Hanzo
OpenapiBooks

Returns the org's chart of accounts — the seeded fixed chart every posting key…

Returns the org's chart of accounts — the seeded fixed chart every posting key in the ledger refers to.

GET /v1/books/accounts

Addresshttps://api.hanzo.ai/v1/books/accounts
MethodGET
Operationget_books_accounts
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the org's chart of accounts — the seeded fixed chart every posting key in the ledger refers to.

Request

1 field.

FieldInTypeRequiredDescription
sandboxquerystringSandbox reads the org's SANDBOX ledger when it is exactly "true"; anything else reads the live one.

Response

StatusBodyMeaning
200Account[]ok

200 body — 4 fields.

FieldInTypeAlwaysDescription
[].namebodystringName is the account's human name, for a statement's line label.
[].numberbodystringNumber is the posting key every voucher leg, rule and report references — stable, and the reason the chart is a fixed value rather than a table anybody can…
[].partybodystringParty marks the account as carrying a SUBLEDGER — receivable is money owed to us, payable money we owe — so a leg posted here also writes a payment-ledger row…
[].typebodystringType is the account's fundamental class, which is also its NORMAL balance side: asset and expense are debit-normal, liability, income and equity credit-normal.

Failure carries the platform error shape — see Errors.

Examples

hanzo books accounts

Books API · All Hanzo APIs · Interactive reference

How is this guide?

On this page