v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Snowflake Integration

This endpoint creates a new Snowflake integration, and generates a Snowflake share.

post/v3/batch/setup-snowflake

Request body

snowflake_account_idstring

The snowflake account ID within which th integration will be created.

snowflake_regionstring

The region of the Snowflake account.

RAW_BODYstring

Response

200

integration_namestring
share_namestring

Example response

{
  "integration_name": "my_snowflake_integration",
  "share_name": "SSBUYFY.BATCH_API_AWS_US_EAST_1.SIMILARWEB_10000003_MY_SNOWFLAKE_INTEGRATION"
}