Hanzo
OpenapiEntitlement

Get lists the products an org has ENABLED — its own intent, which the console's…

Get lists the products an org has ENABLED — its own intent, which the console's paid-product sidebar reads to decide what to show.

GET /v1/entitlement/orgs/{org}

Addresshttps://api.hanzo.ai/v1/entitlement/orgs/{org}
MethodGET
Operationget_entitlement_orgs_by_org
AuthAuthorization: Bearer $HANZO_API_KEY

Get lists the products an org has ENABLED — its own intent, which the console's paid-product sidebar reads to decide what to show. It is distinct from what the org's plan ENTITLES it to (that is GET /v1/entitlement, resolved from commerce).

A caller may only read its OWN org's row; a platform super admin may read any.

Request

1 field.

FieldInTypeRequiredDescription
orgpathstringyes

Response

StatusBodyMeaning
200entitlementsViewok

200 body — 1 field.

FieldInTypeAlwaysDescription
enabledbodystring[]Enabled is the org's turned-on product ids, sorted.

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.


Entitlement API · All Hanzo APIs · Interactive reference

How is this guide?

On this page