Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.example.com/health \
  --cookie better-auth.session_token=
{
  "ok": true,
  "region": "<string>"
}

Authorizations

better-auth.session_token
string
cookie
required

Response

200 - application/json

Service is healthy

ok
boolean
required
region
string
required