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

The configured services and their status

status
string
required

The status of the server

services
object
required