Hanzo
OpenapiPricing

ListPaaSPlans returns the application-hosting plans — the deploy-and-host…

ListPaaSPlans returns the application-hosting plans — the deploy-and-host tiers, each with its monthly and annual price, app and memory allowances and…

GET /v1/pricing/paas

Addresshttps://api.hanzo.ai/v1/pricing/paas
MethodGET
Operationget_pricing_paas
AuthAuthorization: Bearer $HANZO_API_KEY

ListPaaSPlans returns the application-hosting plans — the deploy-and-host tiers, each with its monthly and annual price, app and memory allowances and feature list.

Request

GET /v1/pricing/paas 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 paas

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page