W3builders
AOP API

AOP API/Accounting & Ledger

List Chart of Accounts

GET/finance/accounts
JWT bearer

List the chart of accounts.

Endpoint

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

Response parameters

FieldType
accountsarray
List Chart of Accounts
curl -X GET https://api.w3builders.com/v1/finance/accounts \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ accounts: [{ id, code, name, key, type, sub_type, active }] }"
}
Was this page helpful?