Hanzo
OpenapiBooks

Begin connecting a bank account (not yet available)

ANSWERS 501 UNCONDITIONALLY. It is the intended first hop of the bank-linking handshake — mint the short-lived session token a browser hands to the…

POST /v1/books/bank/token

Addresshttps://api.hanzo.ai/v1/books/bank/token
MethodPOST
Operationpost_books_bank_token
AuthAuthorization: Bearer $HANZO_API_KEY

ANSWERS 501 UNCONDITIONALLY. It is the intended first hop of the bank-linking handshake — mint the short-lived session token a browser hands to the provider's link widget — and nothing on the HTTP path reaches an implementation today.

The connectors behind it are written and tested; only the wiring is missing, so an org cannot connect a bank through the API at all. Until that lands, bank data reaches the books by statement import.

It is documented as refusing rather than declared with a success body precisely because it has never sent one. A response schema here would be invention: every generated SDK would carry a return type for a call that has only ever failed. A caller with no principal gets 401 before the 501.

Request

The document declares no body for POST /v1/books/bank/token. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_books_bank_token, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo books bank token

Books API · All Hanzo APIs · Interactive reference

How is this guide?

On this page