Accounts
Get account
Returns a single account record owned by the caller, addressed by its id.
GET
Get account
Authorizations
Enter Auth0 JWT token
Path Parameters
Response
Available options:
master, sub ISO-3166 alpha-2
Example:
"SN"
Account record id
The master that owns this account. Derived from the API key.
Available options:
pending, active, suspended, closed Previous
Update accountSuspend, close, or re-activate an account by transitioning its status. Allowed: active→suspended/closed, suspended→active (re-activate) or closed, pending→closed. The KYB-gated pending→active step is not settable here (activation happens after KYB approval); closed is terminal. A PATCH to the current status is a no-op that returns the record; an invalid transition returns 409.
Next
Get account