GET
/
v1
/
liveness
Health check
curl --request GET \
  --url https://api.unkey.dev/v1/liveness
{
  "status": "<string>",
  "services": {
    "metrics": "AxiomMetrics",
    "logger": "AxiomLogger or ConsoleLogger",
    "ratelimit": "<string>",
    "usagelimit": "<string>"
  }
}

Response

200
application/json

The configured services and their status

The response is of type object.