Skip to main content
GET
List connected accounts

Authorizations

Authorization
string
header
required

Organization-scoped Auth0 user access token issued to an approved first-party client or exchanged by a trusted OBO resource server.

Query Parameters

cursor
string
Required string length: 1 - 1024
limit
integer
default:25
Required range: 1 <= x <= 100
integrationKey
string

Stable provider-neutral key for a live-discovered business integration.

Required string length: 1 - 120
Pattern: ^[a-z][a-z0-9.-]*$
Example:

"google-calendar"

status
enum<string>

Customer-visible authorization lifecycle of a connected account.

Available options:
pending,
active,
actionRequired,
disabled,
revoked
Example:

"active"

Response

OK

items
Connected account · object[]
required
Maximum array length: 100
nextCursor
string | null
required
Required string length: 1 - 1024