Hanzo
OpenapiNotify

Reports that the notify send surface is mounted.

Reports that the notify send surface is mounted.

GET /v1/notify/health

Addresshttps://api.hanzo.ai/v1/notify/health
MethodGET
Operationget_notify_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports that the notify send surface is mounted.

It is a pure liveness probe: it answers 200 whenever this subsystem is mounted and checks nothing downstream, so an "ok" here says the routes are reachable, not that any provider credential is configured. The body is notifyd's verbatim, so probes and clients that keyed on the standalone service keep working unchanged.

Request

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

Response

StatusBodyMeaning
200notifyHealthok

200 body — 2 fields.

FieldInTypeAlwaysDescription
servicebodystringService names the subsystem answering — always "notify".
statusbodystringStatus is "ok"; the route answers 200 whenever the subsystem is mounted.

Failure carries the platform error shape — see Errors.

Examples

hanzo notify health

Notify API · All Hanzo APIs · Interactive reference

How is this guide?

On this page