Skip to main content
GET
/
health
Check Health
curl --request GET \
  --url https://api.example.com/health
{
  "ok": true
}

Response

ok
boolean
Returns true if the server is healthy.
Example Response
{
  "ok": true
}