Skip to main content
GET
List Accounts

Authorizations

Authorization
string
header
required

A bearer token signed using your API Key Secret, see Creating API Keys section of our docs for more information. See Scope & Permissions for the permission each endpoint requires.

Query Parameters

limit
integer<int32>

The number of accounts to display per page. By default, displays 49 (max 250). If has_next is true, additional pages of accounts are available to be fetched. Use the cursor parameter to start on a specified page.

cursor
string

For paginated responses, returns all responses that come after this value.

retail_portfolio_id
string

(Deprecated) Only returns the accounts matching the portfolio ID. Only applicable for legacy keys. CDP keys will default to the key's permissioned portfolio.

Response

A successful response.

has_next
boolean
required

Whether there are additional pages for this query.

Example:

true

accounts
object[]
cursor
string

For paginated responses, returns all responses that come after this value.

Example:

"789100"

size
integer<int32>

Number of accounts returned