Skip to main content
GET
/
healthz
Liveness check
curl --request GET \
  --url https://api.usezombie.com/healthz
{
  "status": "<string>",
  "service": "<string>",
  "commit": "<string>",
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Response

200 - application/json

Process is alive

status
string
required

Always "ok" for a live process

Allowed value: "ok"
service
string
required

Service identifier

Allowed value: "zombied"
commit
string
required

Git commit SHA of the running build

request_id
string<uuid>
required

Unique request identifier