Snowflake Integration

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request:

Body Params

PropertyDescriptionExample
snowflake_account_id strThe locator of the Snowflake account to be integrated with."ABC12345"
snowflake_region strThe region of the Snowflake account to be integrated with."AWS_EU_NORTH_1"

Response

The response contains the information of the created integration. If the integration was created, the name of the integration and the share name will be returned, otherwise, a message indicating the results will be returned.

PropertyDescriptionExample
integration_name strThe name of the created integration."snowflake_defult"
share_name strThe Snowflake share created for the integration. Usually "SIMILARWEB_{your integration name}_{your Similarweb account ID}"SIMILARWEB_SNOWFLAKE_DEFULT_12345678"
📘

Note:

If the requested region hasn't been used before to share tables, a new region is created. This process might take a few minutes, the response message will indicate this is the case.

Body Params
string

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

string

The region of the Snowflake account.

string
Defaults to { "snowflake_account_id": "XXXXX", "snowflake_region": "AWS_EU_NORTH_1" }
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json