Hanzo
OpenapiPlan

Returns the subscription ladder — the personal and team tiers a customer buys…

Returns the subscription ladder — the personal and team tiers a customer buys to use the cloud, each with its monthly and annual price, seat rules, limits…

GET /v1/plan/subscriptions

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

Returns the subscription ladder — the personal and team tiers a customer buys to use the cloud, each with its monthly and annual price, seat rules, limits and billing reference. Scoped to the caller's catalog.

Request

GET /v1/plan/subscriptions 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 subscriptions

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page