Hanzo
OpenapiPlan

ListDNSPlans returns the DNS plan catalog: the tiers priced on zones, records…

ListDNSPlans returns the DNS plan catalog: the tiers priced on zones, records per zone and queries per day.

GET /v1/plan/dns

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

ListDNSPlans returns the DNS plan catalog: the tiers priced on zones, records per zone and queries per day. It is the canonical catalog for every caller — these plans carry no reseller overrides.

Request

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

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page