Retrieve a single account

Returns a specific account by its ID.

📘

The response does not include balances. To retrieve balances, use Retrieve account balances.

Endpoint

GET /accounts/{accountId}

where accountId is the unique identifier of the account you want to view.

For example:

GET /accounts/4111

Response

{
  "accountId": 4111,
  "name": "Insurova - Carrier Funding",
  "currency": "GBP",
  "subAccountType": "Funding",
  "status": "Active"
}