Hanzo
OpenapiEsign

Reports whether the e-signature surface is mounted.

Reports whether the e-signature surface is mounted. It answers ok whenever the subsystem is mounted, takes no tenant and needs no principal.

GET /v1/esign/health

Addresshttps://api.hanzo.ai/v1/esign/health
MethodGET
Operationget_esign_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports whether the e-signature surface is mounted.

It answers ok whenever the subsystem is mounted, takes no tenant and needs no principal. It is deliberately shallow: it is registered before the document host is built, so it still answers on a deployment that came up WITHOUT object storage and therefore serves nothing else. Read it as reachability, never as a promise that documents can be stored.

Request

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

Response

StatusBodyMeaning
200esignHealthok

200 body — 2 fields.

FieldInTypeAlwaysDescription
servicebodystringService names the subsystem that answered, so a probe reading several looks the same on each.
statusbodystringStatus is ok whenever the subsystem is mounted.

Failure carries the platform error shape — see Errors.

Examples

hanzo esign health

Esign API · All Hanzo APIs · Interactive reference

How is this guide?

On this page