Snowflake · Example Payload

Snowflake Createapiintegration Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createapiintegration Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createAPIIntegration",
  "method": "POST",
  "path": "/api/v2/api-integrations",
  "summary": "Create an Api Integration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateapiintegrationRequestExample",
      "example": {
        "name": "Example Title",
        "api_hook": {
          "type": "AWS"
        },
        "api_allowed_prefixes": [
          "example_value"
        ],
        "api_blocked_prefixes": [
          "example_value"
        ],
        "enabled": true,
        "comment": "example_value",
        "created_on": "2026-01-15T10:30:00Z"
      }
    }
  ],
  "responseExamples": []
}