v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Finance > Account

Reads a single Account

Fetch one or all ledger accounts for the company legal_entities.

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

Path parameters

idstring required

Search ledger accounts by ID

Response

OK

idstring required

Unique identifier in factorial for the ledger account

namestring

Name of the ledger account

legal_entity_idstring required

Legal entity ID of the ledger account

numberstring required

Number of the ledger account

disabledboolean 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_idstring

Id of the ledger account on the external system

updated_atstring required

Last updated date of the ledger account

Example response

{
  "id": "1",
  "name": "Bank Account",
  "legal_entity_id": "11",
  "number": "1000",
  "type": "bank",
  "external_id": "ext_123",
  "updated_at": "2021-01-01T00:00:00.000Z"
}