GET
cURL
Requires an Organization token.
Lists accounts in the organization. Filter with account_id or reference_id.

Authorizations

Authorization
string
header
required

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

Query Parameters

account_id
string

The unique account ID of the account to retrieve.

reference_id
string

Your external reference ID for the account.

Response

Account(s) retrieved successfully

success
boolean
Example:

true

payload
object

A single account when filtering by account_id or reference_id, or an array of all accounts for the organization.