v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
Accounts

Get account

Get an account by its ID or number.

get/accounts/{account_id}

Path parameters

account_idstring required

Account ID for the account.

Example:100000

The ID or number of the account to get.

Response

The account

account_idstring required

Account ID for the account.

account_numberstring required

Account number for the account.

entity_idstring required

Entity ID for the legal entity.

namestring required

Example response

{
  "account_id": "100000",
  "account_number": "ACC0001",
  "entity_id": "100000",
  "name": "Clear Street"
}