Hanzo
OpenapiAuthz

Readiness of the policy engine

Reports that the authz process is ready to serve decisions.

GET /v1/authz/readyz

Addresshttps://api.hanzo.ai/v1/authz/readyz
MethodGET
Operationget_authz_readyz
AuthAuthorization: Bearer $HANZO_API_KEY

Reports that the authz process is ready to serve decisions. Unauthenticated and not org-scoped, for the same reason health is: readiness is a property of this process, not of any one tenant's policy set.

Request

GET /v1/authz/readyz takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo authz readyz

Authz API · All Hanzo APIs · Interactive reference

How is this guide?

On this page