W3builders
AOP API

AOP API/Accounting & Ledger

List Journal Entries

GET/finance/accounting
JWT bearer

Recent journal entries (up to 200) plus per-account running balances.

Endpoint

GEThttps://api.w3builders.com/v1/finance/accounting

Response parameters

FieldType
journalsarray
accountsarray
List Journal Entries
curl -X GET https://api.w3builders.com/v1/finance/accounting \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ journals: [{ id, date, reference_type, reference_id, description, lines[] }], accounts: [{ id, name, balance }] }"
}
Was this page helpful?