---
title: "Get specific account"
method: GET
path: "/companies/{companyId}/chart-of-accounts/{account}"
tags: ["chart-of-accounts"]
---

# Get specific account

`GET /companies/{companyId}/chart-of-accounts/{account}`

Retrieves details of a specific account from the chart of accounts using the account number.

**Scope:** `chart-of-accounts:read`

## Response `200`

Account retrieved successfully

- AccountWithDetails
  - `account` integer — The account number
  - `name` string — The account name
  - `accountType` 'customAccount' | 'basePlanAccount' — The type of account (custom or base plan)
  - `accountBalance` number, double, nullable — The current balance of the account

## Other responses

- `404` — Account not found

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
