W3builders
AOP API

AOP API/Accounting & Ledger

Get Account Ledger

GET/finance/accounting/ledger/{id}
JWT bearer

Ledger detail for one chart-of-accounts entry. {id} here is an account ID, not a document ID.

Endpoint

GEThttps://api.w3builders.com/v1/finance/accounting/ledger/{id}

Response parameters

FieldType
accountvalue
ledgerarray
closing_balancevalue
Get Account Ledger
curl -X GET https://api.w3builders.com/v1/finance/accounting/ledger/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ account, ledger: [{ journal_id, date, description, debit, credit, running_balance }], closing_balance }"
}
Was this page helpful?