cURL
curl --request GET \ --url https://api.usezombie.com/healthz
{ "status": "<string>", "service": "<string>", "commit": "<string>", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Returns 200 as long as the process is alive and able to serve HTTP. Does not probe dependencies — use /readyz for readiness (database + queue).
Process is alive
Always "ok" for a live process
"ok"
Service identifier
"zombied"
Git commit SHA of the running build
Unique request identifier