v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Accounts

Get details about your account

Returns details about your account.

get/v2/accounts/me

Response

OK

account_type'CLIENT_ACCOUNT_TYPE_UNSPECIFIED' | 'CLIENT_ACCOUNT_TYPE_NON_PRODUCTION' | 'CLIENT_ACCOUNT_TYPE_PRODUCTION' | 'UNRECOGNIZED' required

Type of the account

activeboolean required

If the account is active or deactivated.

client_identifierstring uuid required

The unique identifier of the account's client.

created_atstring date-time

Date and time the account was created.

deactivated_atstring date-time

Date and time the account was deactivated.

identifierstring uuid required

The unique identifier of the account.

namestring required

Name of the account

updated_atstring date-time

Date and time the account was last updated.

Example response

{
  "account_type": "CLIENT_ACCOUNT_TYPE_NON_PRODUCTION",
  "client_identifier": "00000000-0000-0000-0000-000000000000",
  "identifier": "00000000-0000-0000-0000-000000000000",
  "name": "A Bank PLC Sandbox"
}