GoDoxy

Get routes health info

GET
/health

Get health info by route name

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/health"
{  "property1": {    "latency": 0,    "sleep_in": 0,    "status": "healthy",    "uptime": 0  },  "property2": {    "latency": 0,    "sleep_in": 0,    "status": "healthy",    "uptime": 0  }}