Hanzo
OpenapiPricing

Returns what the caller's org can actually use: every managed item with its…

Returns what the caller's org can actually use: every managed item with its global state, whether it is effective here, whether this org is already opted…

GET /v1/pricing/enablement

Addresshttps://api.hanzo.ai/v1/pricing/enablement
MethodGET
Operationget_pricing_enablement
AuthAuthorization: Bearer $HANZO_API_KEY

Returns what the caller's org can actually use: every managed item with its global state, whether it is effective here, whether this org is already opted into its beta, and whether it may still opt in. Read-only and safe for any caller — one without a validated principal simply sees the generally-available items and no opt-in affordance, never another org's state.

Request

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

Response

StatusBodyMeaning
200enablementBoardok

200 body — 15 fields.

FieldInTypeAlwaysDescription
betasbodyuserEnablementItem[]Betas are the subset of Items the caller's org may still opt into.
betas[].canOptInbodybooleanbeta && not yet opted in
betas[].effectivebodybooleanvisible to the caller's org
betas[].idbodystring
betas[].kindbodystring
betas[].optedInbodybooleancaller's org on the beta list
betas[].statebodystringoff|beta|ga
itemsbodyuserEnablementItem[]Items is every managed item, each resolved for the caller's org.
items[].canOptInbodybooleanbeta && not yet opted in
items[].effectivebodybooleanvisible to the caller's org
items[].idbodystring
items[].kindbodystring
items[].optedInbodybooleancaller's org on the beta list
items[].statebodystringoff|beta|ga
orgbodystringOrg is the org this view was resolved for; empty for a caller with no validated principal, who sees only the generally-available items.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page