cURL
Accounts
Get Accounts
Returns accounts for the authenticated organization. Optionally filter by account_id or reference_id to retrieve a specific account.
GET
cURL
Requires an Organization token. Calling this endpoint with an Account token returns
403 Forbidden (Authorization level not found).account_id or reference_id to retrieve a specific account. If neither is provided, all accounts under the organization are returned.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The unique account ID of the account to retrieve.
Your external reference ID for the account.