Unauthenticated health check for the Citations service. Verifies connectivity to the CourtListener API.
curl --request GET \
--url https://api.case.dev/legal/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "citations",
"upstream": {
"courtlistener": "ok"
}
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/legal/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "citations",
"upstream": {
"courtlistener": "ok"
}
}