v22

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

List accounts

List all available accounts.

get/accounts

Response

A list of accounts

Example response

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