GET
/
health
Health Check
curl --request GET \
  --url https://api.useagentkey.com/health
{
  "status": "ok",
  "timestamp": "2024-01-15T10:30:00.000Z",
  "environment": "development"
}

Response

200 - application/json

API is healthy

The response is of type object.