Get All Account's Integrations

This endpoint provides a list of all of the account's integrations (S3 integrations and Snowflake integrations).

Response

The response contains all integrations created under the user's account.

IntegrationsList Object

This object contains a list of all integrations created under the user's account.

PropertyDescriptionExample
S3 List[S3Integration]A list of all of the account's S3 integrations.[
"my_integrations_1",
my_integrations_2"
]
Snowflake List[SnowflakeIntegration]A list of all of the account's Snowflake integrations.[
"my_snowflake_integration",
"snowflake_default",
]

S3Integration Object

This object describes the S3 integration.

PropertyDescriptionExample
expiration_date strThe date after which the integration will not be active."2024-06-06"
integration_name strThe name of the integration."my_integrations_1"

Snowflake Integration Object

This object describes the Snowflake integration.

PropertyDescriptionExample
client_account_id strThe Snowflake account ID (AKA the account locator)."ABC12345"
integration_name strThe Snowflake integration name."snowflake_default"
share_name strThe snowflake share name."SIMILARWEB_12345678_snowflake_default"
Language
Credentials
Header
Click Try It! to start a request and see the response here!