v1
latestOpenAPI 3.0.12026-07-141671231.8 MBLedger Accounts
Get a ledger account
Get a ledger account
ℹ️ This endpoint requires one of the following scopes: ledger_accounts:readonly, ledger_accounts:all
get/api/external/v2/ledger_accounts/{id}
Path parameters
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,
"type": "custom",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}