v1
latestOpenAPI 3.0.32026-07-268955212.1 KBchart-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.
| Field | Type |
|---|---|
| account | number |
| name | string |
| accountType | string |
Response
Chart of accounts retrieved successfully
Example response
[
{
"account": 2610,
"name": "Företagskonto / Affärskonto",
"accountType": "basePlanAccount"
}
]