List per-integration connection statuses for the org
Integrations
List per-integration connection statuses for the org
Returns a per-integration connection summary for the current organization — connected flag, errored flag, last-synced timestamp and granted scopes — fanned out across the catalog (or the subset in ?keys=). Cached for 30s per org; pass ?fresh=1 to bypass the cache right after an OAuth popup closes.
GET
List per-integration connection statuses for the org
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
A connections map keyed by integration unique_key, each value carrying connected, errored, last_synced_at and scopes, wrapped in the standard envelope.
The response is of type object.