Skip to main content
GET
List Accounts

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

limit
integer<int64>
default:50

(OPTIONAL) The maximum number of accounts to return in a single page.

Required range: 1 <= x <= 100
cursor
string

(OPTIONAL) Pagination cursor to be used in subsequent queries to retrieve next page of results.

identity_ids
string[]

(OPTIONAL) Optional identity IDs to filter accounts by. If provided, only accounts belonging to these identities will be returned. Maximum 25 identity IDs can be provided.

(OPTIONAL)

Response

Success

accounts
Account · object[]

The accounts requested

cursor
string

Pagination cursor to be used in subsequent queries to retrieve next page of results.