Hanzo
OpenapiCompliance

Health reports subsystem liveness and the wired verification provider.

Health reports subsystem liveness and the wired verification provider.

GET /v1/compliance/health

Addresshttps://api.hanzo.ai/v1/compliance/health
MethodGET
Operationget_compliance_health
AuthAuthorization: Bearer $HANZO_API_KEY

Health reports subsystem liveness and the wired verification provider. Fail-open on purpose: it never probes the external provider, so a provider outage cannot fail liveness.

Request

GET /v1/compliance/health takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200healthViewok

200 body — 2 fields.

FieldInTypeAlwaysDescription
providerbodystringProvider is the wired verification provider's name ("manual" by default).
statusbodystringStatus is "ok" when the subsystem is live.

Failure carries the platform error shape — see Errors.

Examples

hanzo compliance health

Compliance API · All Hanzo APIs · Interactive reference

How is this guide?

On this page