List Connections

Lists authenticated connections across all auth scopes.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Query parameters

auth_scopestringOptional

Filter by auth scope: INDIVIDUAL (one registered user), SHARED (one company), or ORGANIZATION (the whole organization). Accepts a comma-separated list to match more than one.

companystringOptional
Filter shared connections by company origin ID.
connectorstringOptional
Filter by connector slug.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"