Skip to main content
GET
/
legal
/
v1
/
health
Health check
curl --request GET \
  --url https://api.case.dev/legal/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "service": "citations",
  "upstream": {
    "courtlistener": "ok"
  }
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Service is reachable

status
string
required
service
string
required
upstream
object