Skip to main content
GET
Get account

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Path Parameters

accountId
string<uuid>
required

Response

accountType
enum<string>
required
Available options:
master,
sub
country
string | null
required

ISO-3166 alpha-2. Null for a master account created before the customer country is known; sub-accounts always have a country.

Example:

"SN"

createdAt
string<date-time>
required
id
string<uuid>
required

Account record id

name
string
required

The name the account was created under.

parentAccountId
string<uuid>
required

The master that owns this account. Derived from the API key.

status
enum<string>
required
Available options:
pending,
active,
suspended,
closed