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
Example response
{
"service": "DeepSecure Gateway",
"version": "0.1.10",
"status": "ok",
"dependencies": {
"control_plane": "connected",
"redis": "connected"
}
}