Hanzo
OpenapiPlan

Returns the Hanzo cloud plan catalog: every cloud tier with its price, included…

Returns the Hanzo cloud plan catalog: every cloud tier with its price, included capacity, limits and feature list, scoped to the caller's catalog.

GET /v1/plan

Addresshttps://api.hanzo.ai/v1/plan
MethodGET
Operationget_plan
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the Hanzo cloud plan catalog: every cloud tier with its price, included capacity, limits and feature list, scoped to the caller's catalog. A reseller org sees its own overrides in place of the canonical records it has replaced, and the canonical record for every tier it has not.

Request

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

Response

StatusBodyMeaning
200planListok

200 body — 1 field.

FieldInTypeAlwaysDescription
plansbodyany[]Plans are the plans in this section, each an opaque object exactly as the @hanzo/plans catalog emits it — typically id, name, description, priceMonthly,…

Failure carries the platform error shape — see Errors.

Examples

hanzo plans get

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page