v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
chart-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

accountinteger

The account number

namestring

The account name

accountType'customAccount' | 'basePlanAccount'

The type of account (custom or base plan)

accountBalancenumber double nullable

The current balance of the account

Example response

{
  "account": 1930,
  "name": "Företagskonto / Affärskonto",
  "accountType": "basePlanAccount",
  "accountBalance": 15000.75
}