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

Response

200 - application/json

Service health status

status
enum<string>
required

Overall service health

Available options:
ok,
degraded
service
string
required

Service identifier

Allowed value: "zombied"
database
enum<string>
required

Database connectivity status

Available options:
up,
down
commit
string
required

Git commit SHA of the running build

request_id
string<uuid>
required

Unique request identifier