Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

after
string

Cursor for forward pagination. Use the next_cursor from a previous response.

before
string

Cursor for backward pagination. Use the previous_cursor from a previous response.

Response

List of accounts

A paginated list of accounts

data
Account · object[]
required

The list of accounts

pagination
Pagination · object
required

Cursor-based pagination information

Example: