Skip to main content
GET
/
healthz
Process liveness check
import requests

url = "https://api.13-215-85-171.sslip.io/healthz"

response = requests.get(url)

print(response.text)
{
  "status": "ok"
}

Response

200 - application/json

API process is live

status
string
required
Example:

"ok"