Skip to content

Liveness probe

GET
/v1/__healthz
curl --request GET \
--url https://api.hydrate.sh/v1/__healthz

Returns {"ok": true} when the /v1/ surface is serving traffic. Unauthenticated. Use this for load-balancer and uptime-monitor checks; a 404 from this path means the /v1/ surface is disabled on the responding instance, not that the server is down.

Successful Response

Media typeapplication/json
HealthzResponse
object
ok
required
Ok
boolean
Examplegenerated
{
"ok": true
}