Get All Account Integrations (GET)
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.
S3 List[S3Integration] | A list of all of the account's S3 integrations. | [ "myintegrations1", myintegrations2" ] |
Snowflake List[SnowflakeIntegration] | A list of all of the account's Snowflake integrations. | [ "mysnowflakeintegration", "snowflake_default", ] |
S3Integration Object
This object describes the S3 integration.
expiration_date str | The date after which the integration will not be active. | "2024-06-06" |
integration_name str | The name of the integration. | "myintegrations1" |
Snowflake Integration Object
This object describes the Snowflake integration.
clientaccountid str | The Snowflake account ID (AKA the account locator). | "ABC12345" |
integration_name str | The Snowflake integration name. | "snowflake_default" |
share_name str | The snowflake share name. | "SIMILARWEB12345678snowflake_default" |
GET
/
1