v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
chart-of-accounts

Get chart of accounts

Retrieves the complete chart of accounts for the company, merging bookkeeping accounts with their associated money account details.

Scope: chart-of-accounts:read

get/companies/{companyId}/chart-of-accounts

Query parameters

querystring

Optional query to filter the data set with supported fields listed below and available operations.

FieldType
accountnumber
namestring
accountTypestring

Response

Chart of accounts retrieved successfully

accountinteger

The account number

namestring

The account name

accountType'customAccount' | 'basePlanAccount'

The type of account (custom or base plan)

Example response

[
  {
    "account": 2610,
    "name": "Företagskonto / Affärskonto",
    "accountType": "basePlanAccount"
  }
]