v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > 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
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"
}