Skip to main content
GET /health Returns the service health status.

Request

Headers

HeaderRequiredDescription
x-api-keyYesYour API key

Example

curl https://api.consus.io/health \
  -H "x-api-key: $CONSUS_API_KEY"

Response

{
  "status": "healthy",
  "service": "gov-open-router",
  "version": "1.0.0"
}