Total Access Docs
Openapi

Individual service health check

Probes a specific service's health endpoint and returns status. No authentication required.

GET
/api/v1/health/{service}

Probes a specific service's health endpoint and returns status. No authentication required.

Path Parameters

service*string

Service name to check

Value in

  • "api-gateway"
  • "websocket"
  • "cloud-storage"
  • "whatsapp"
  • "firewall"
  • "freeswitch"

Response Body

application/json

curl -X GET "https://example.com/api/v1/health/api-gateway"
{  "status": "healthy",  "service": "string",  "latency_ms": 0,  "error": "string"}