Hanzo
OpenapiBilling

The plan catalog, priced with whatever offer is in force

Answers every plan on sale — its price, what it includes, and the limits it carries — optionally narrowed to one `?category=`.

GET /v1/billing/plans

Addresshttps://api.hanzo.ai/v1/billing/plans
MethodGET
Operationget_billing_plans
AuthAuthorization: Bearer $HANZO_API_KEY

Answers every plan on sale — its price, what it includes, and the limits it carries — optionally narrowed to one ?category=.

The prices are what the CHECKOUT will charge: any active promotion is applied before they leave the store, so a reader never applies a discount a second time and a quote can never disagree with the sale.

It is the public catalog and needs no tenant: this is what anyone may buy.

Request

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

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 billing plans

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page