curl --request GET \ --url https://data-api.kuest.com/
Copy
{ "data": "OK"}
Data API
Health check
GET
Health check
Copy
curl --request GET \ --url https://data-api.kuest.com/
Copy
{ "data": "OK"}
Ping https://data-api.kuest.com/ to confirm that the service is online. A healthy instance returns { "data": "OK" }; any other HTTP status indicates that the load balancer, the service, or its upstream caches are unhealthy.