Snowflake · Example Payload

Snowflake Fetchnotificationintegration Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Fetchnotificationintegration 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": "fetchNotificationIntegration",
  "method": "GET",
  "path": "/api/v2/notification-integrations/{name}",
  "summary": "Fetch a Notification Integration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Fetchnotificationintegration200Example",
      "example": {
        "name": "Example Title",
        "enabled": true,
        "comment": "example_value",
        "created_on": "2026-01-15T10:30:00Z",
        "notification_hook": {
          "type": "EMAIL"
        }
      }
    }
  ]
}