---
title: "Reads a single Account"
method: GET
path: "/api/2026-07-01/resources/finance/accounts/{id}"
tags: ["Finance > Account"]
---

# Reads a single Account

`GET /api/2026-07-01/resources/finance/accounts/{id}`

Fetch one or all ledger accounts for the company legal_entities.

## Path parameters

- `id` string, required

## Response `200`

OK

- FinanceAccount
  - `id` string, required — Unique identifier in factorial for the ledger account
  - `name` string — Name of the ledger account
  - `legal_entity_id` string, required — Legal entity ID of the ledger account
  - `number` string, required — Number of the ledger account
  - `disabled` boolean, required — Whether the ledger account is disabled
  - `type` 'equity' | 'non_current_asset' | 'current_asset' | 'bank' | 'non_current_liability' | 'current_liability' | 'expense' | 'income', required — Type of the ledger account
  - `external_id` string — Id of the ledger account on the external system
  - `updated_at` string, required — Last updated date of the ledger account

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
