Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://lodger.dev/v1/health
{
  "ok": true
}

Response

200 - application/json

The API is reachable.

ok
boolean
required
Example:

true