egdata API
API ReferenceSystem

Check API dependency health

Reports Redis and MongoDB connectivity and latency.

GET
/health

Reports Redis and MongoDB connectivity and latency.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/health"
{  "status": "ok",  "services": {    "redis": {      "status": "ok",      "latency": 0    },    "mongodb": {      "status": "ok",      "latency": 0    }  }}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}