v1
latestOpenAPI 3.0.12026-07-144840447.2 KBLedger Accounts
Get a ledger account
Get a ledger account
ℹ️ This endpoint requires one of the following scopes: ledger_accounts:all, ledger_accounts:readonly
get/api/external/firm/v1/companies/{company_id}/ledger_accounts/{id}
Path parameters
company_idinteger required
Existing company identifier (id)
idinteger required
Example:123
Ledger Account ID
Response
Returns the ledger account
Example response
{
"id": 124,
"number": "512",
"label": "Secondary Account",
"vat_rate": "any",
"country_alpha2": "FR",
"enabled": true,
"archived_at": "2023-08-30T10:08:08.146343Z"
}