List Connections
Lists authenticated connections across all auth scopes.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Query parameters
auth_scope
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.
company
Filter shared connections by company origin ID.
connector
Filter by connector slug.
created_at_after
Only connections created at or after this ISO datetime.
created_at_before
Only connections created at or before this ISO datetime.
page
A page number within the paginated result set.
page_size
Number of results to return per page.
status
Filter by status: ACTIVE or ERROR. ERROR surfaces connections retired on a terminal auth failure (issues). Accepts a comma-separated list.
Response
count
results
next
previous