v1
latestOpenAPI 3.0.32026-07-268955212.1 KBchart-of-accounts
Get specific account
Retrieves details of a specific account from the chart of accounts using the account number.
Scope: chart-of-accounts:read
get/companies/{companyId}/chart-of-accounts/{account}
Response
Account retrieved successfully
Example response
{
"account": 1930,
"name": "Företagskonto / Affärskonto",
"accountType": "basePlanAccount",
"accountBalance": 15000.75
}