API online v1.3.2
region: eu-central-1
GET /api/v1/status 200 OK
{
  "status": "operational",
  "service": "core-gateway",
  "version": "1.3.2",
  "uptime": 83492.23,
  "timestamp": "2025-03-21T14:32:18Z",
  "dependencies": [
    {
      "name": "auth-service",
      "status": "healthy",
      "latency_ms": 12.7
    },
    {
      "name": "database",
      "status": "healthy",
      "latency_ms": 4.2
    },
    {
      "name": "cache",
      "status": "degraded",
      "latency_ms": 89.1
    }
  ],
  "features": {
    "rate_limiting": true,
    "maintenance_mode": false,
    "allowed_origins": "*"
  },
  "quota": {
    "limit": 5000,
    "remaining": 4832,
    "reset": "2025-03-21T15:00:00Z"
  }
}