AOP API/Accounting & Ledger
/finance/accountsList the chart of accounts.
https://api.w3builders.com/v1/finance/accounts| Field | Type |
|---|---|
| accounts | array |
curl -X GET https://api.w3builders.com/v1/finance/accounts \-H "Authorization: Bearer $TOKEN"
{"shape": "{ accounts: [{ id, code, name, key, type, sub_type, active }] }"}
curl -X GET https://api.w3builders.com/v1/finance/accounts \-H "Authorization: Bearer $TOKEN"
{"shape": "{ accounts: [{ id, code, name, key, type, sub_type, active }] }"}