Hanzo
OpenapiBooks

Returns the clarifying questions the caller's own recent GL raises — the…

Returns the clarifying questions the caller's own recent GL raises — the unusual postings a founder should look at (outliers, reversals, round-offs,…

GET /v1/books/questions

Addresshttps://api.hanzo.ai/v1/books/questions
MethodGET
Operationget_books_questions
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the clarifying questions the caller's own recent GL raises — the unusual postings a founder should look at (outliers, reversals, round-offs, uncosted revenue, an overdrawn wallet), sharpest first. An empty list means the books look clean; the detector is deterministic over the ledger and invents nothing.

Request

1 field.

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

Response

StatusBodyMeaning
200QuestionsResponseok

200 body — 7 fields.

FieldInTypeAlwaysDescription
questionsbodyQuestion[]Questions are what the books want explained, SHARPEST FIRST — largest amounts ahead of smaller ones, and capped, so this is the top of the list rather than…
questions[].accountbodystringAccount is the chart number the questioned entry posted to, where one applies.
questions[].amountbodystringAmount is the figure that makes the question concrete, already FORMATTED for display with its currency symbol — a string, not cents, and not for arithmetic.
questions[].idbodystringID is the source transaction the question is about, so answering it leads straight back to the entry that raised it.
questions[].kindbodystringKind is what looked wrong: outlier (a charge far above the usual), reversal (a posting undone), roundoff (a balancing plug big enough to be worth explaining),…
questions[].postedAtbodystringPostedAt anchors the question in time — when the entry it concerns posted.
questions[].textbodystringText is the question itself, written for a founder to answer directly.

Failure carries the platform error shape — see Errors.

Examples

hanzo books questions

Books API · All Hanzo APIs · Interactive reference

How is this guide?

On this page