Hanzo
OpenapiAuthz

Liveness of the policy engine

Reports that the authz process is up. Unauthenticated by design and never org-scoped: it answers while every tenant's enforcer is still cold, because a…

GET /v1/authz/health

Addresshttps://api.hanzo.ai/v1/authz/health
MethodGET
Operationget_authz_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports that the authz process is up. Unauthenticated by design and never org-scoped: it answers while every tenant's enforcer is still cold, because a probe that needed a tenant would fail for reasons that have nothing to do with the process being alive.

Request

GET /v1/authz/health 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 health

Authz API · All Hanzo APIs · Interactive reference

How is this guide?

On this page