Skip to main content
Confirms the service process is up and responding. It performs no dependency checks, so it stays 200 as long as the process itself is healthy.
/healthz
curl -sS https://api.storytime.io/healthz
200
{
    "ok": true
}