Skip to main content
GET
/
healthz
cURL
curl --request GET \
  --url https://api.pegana.xyz/healthz
{
  "status": "<string>",
  "uptime_secs": 123
}

Response

200 - application/json

Liveness probe — process is up

status
string
required

Always "ok" when the binary is up.

uptime_secs
integer<int64>
required

Seconds since the process started.