Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Query Parameters

first
integer

The number of accounts to return (default 10, max 50).

after
string

A cursor; returns accounts after this position.

last
integer

The number of accounts to return from the end of the range.

before
string

A cursor; returns accounts before this position.

order
enum<string>
default:created_at

The field to sort accounts by.

Available options:
created_at
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

accounts listed

data
object[]
required
page_info
object
required