Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://staging.zerolatencylabs.com/health
{
  "ready": true
}

Response

Service is ready to serve traffic

Readiness probe response.

ready
boolean
required

true when the exchange is ready to serve traffic; false otherwise (paired with a 503 status).

Example:

true