v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Accounts

List accounts

This endpoint returns all the accounts on your Fire profile. Ordered by Alias ascending. Can be paginated. You will need to enable PERM_BUSINESS_GET_ACCOUNTS to use this endpoint.

get/v1/accounts

Response

An array of account objects.

Example response

{
  "accounts": [
    {
      "ican": 42,
      "name": "Main Account",
      "colour": "ORANGE",
      "currency": {
        "code": "EUR",
        "description": "Euro"
      },
      "balance": 23950,
      "cbic": "CPAYIE2D",
      "ciban": "IE54CPAY99119911111111",
      "cnsc": "232221",
      "ccan": "11111111",
      "defaultAccount": true
    }
  ]
}