v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
Gateway

Health Check

Comprehensive health check endpoint for the DeepSecure Gateway service. Returns service status and dependency connectivity (Control Plane and Redis).

get/health

Response

Gateway is healthy with all dependencies connected

servicestring
versionstring
statusstring

Example response

{
  "service": "DeepSecure Gateway",
  "version": "0.1.10",
  "status": "ok",
  "dependencies": {
    "control_plane": "connected",
    "redis": "connected"
  }
}