putty
API ReferenceMeta

Check liveness

Reports whether the process is serving traffic. It performs no dependency checks, so a 200 means the API answered, not that its downstreams are healthy.

GET
/health

Reports whether the process is serving traffic. It performs no dependency checks, so a 200 means the API answered, not that its downstreams are healthy.

Response Body

application/json

application/json

curl -X GET "https://example.com/health"
{  "status": "ok",  "uptimeSeconds": 0}