v1
latestOpenAPI 3.1.02026-07-2414103.5 MBGet All Account Integrations
This endpoint provides a list of all of the account's integrations (S3 integrations and Snowflake integrations).
get/v3/batch/management/get-all-integrations
Response
200
Example response
{
"S3": [
{
"expiration_date": "2025-07-04",
"integration_name": "my_integrations_1"
}
],
"Snowflake": [
{
"client_account_id": "ABC12345",
"integration_name": "snowflake_default",
"share_name": "SIMILARWEB_12345678_snowflake_default"
}
]
}