Accounts

The Account ID is required when working with Account Management endpoints.

To find your Account ID, you can either:

List account(s) you have access to

get

This endpoint returns account details for the authenticated user. If you are using Organizations and Sub-Accountsarrow-up-right and the API token was created at the organization level, the response will include all accounts within the organization.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Responses
chevron-right
200

Returns the list of accounts to which the API token has access. access_levels can return 1000 (account owner), 100 (admin), 10 (viewer).

application/json
get
/api/accounts

Last updated

Was this helpful?