Skip to main content
GET
List Integrations
List the external systems connected to a company, with connection state, sync health, and the last sync error.
This endpoint is read-only and never returns credentials. Access tokens, refresh tokens, webhook secrets, and provider API keys are excluded. The details object carries only an allowlist of non-secret descriptive fields.

Request

boolean
default:"false"
Include disconnected integrations. By default only active integrations are returned.

Response fields

string
Provider identifier, such as stripe, shopify, supabase, or clerk.
string
Provider-side account identifier, such as a Shopify shop domain or a Stripe acct_ ID.
string
Last known sync state, such as idle, syncing, or error.
string
Error message from the most recent failed sync, or null.
object
Allowlisted non-secret metadata, such as shopName, primaryDomain, or scopes.

Responses