Hanzo
OpenapiBilling

Answers the caller's billing accounts: the org itself, its currency, when it…

Answers the caller's billing accounts: the org itself, its currency, when it was opened, and the caller's own standing in it.

GET /v1/billing/accounts

Addresshttps://api.hanzo.ai/v1/billing/accounts
MethodGET
Operationget_billing_accounts
AuthAuthorization: Bearer $HANZO_API_KEY

Answers the caller's billing accounts: the org itself, its currency, when it was opened, and the caller's own standing in it.

The standing is the caller's, resolved from the validated principal here and sent to the store rather than looked up there — the membership roster is IAM's and commerce keeps none, so a callee that answered "what role is this" would be inventing it. An anonymous read gets the account with no role rather than an implied membership.

Scoped to the caller's own org, which is the whole tenancy story: there is no org field on the wire and none on the input.

A named handler, not a closure, so zipdoc can lift this prose into the registry.

Request

GET /v1/billing/accounts takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200BillingAccount[]ok

200 body — 7 fields.

FieldInTypeAlwaysDescription
[].createdAtbodystring
[].currencybodystring
[].idbodystring
[].namebodystring
[].orgIdbodystring
[].orgNamebodystring
[].rolebodystringRole is the caller's standing.

Failure carries the platform error shape — see Errors.

Examples

hanzo billing accounts list

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page