Hanzo
OpenapiPricing

Returns the API subscription plans — the account-level tiers a customer…

Returns the API subscription plans — the account-level tiers a customer subscribes to, each with its monthly and annual price, included credit, rate…

GET /v1/pricing/subscriptions

Addresshttps://api.hanzo.ai/v1/pricing/subscriptions
MethodGET
Operationget_pricing_subscriptions
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the API subscription plans — the account-level tiers a customer subscribes to, each with its monthly and annual price, included credit, rate limits and feature list.

Request

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

Response

StatusBodyMeaning
200pricingPlanListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
plansbodyobject[]Plans are the plans in this section, each an opaque object exactly as the pricing source emits it — typically id, name, description, price and a feature list.
plans[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing subscriptions

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page