Health check endpoints
Returns service health status
Service is healthy
ok
1.0.0
Service is unhealthy
Returns whether service is ready to accept traffic
Service is ready
ready
Service is not ready
Last updated 27 days ago
GET /health HTTP/1.1 Host: api.infraredtrading.com Accept: */*
{ "status": "ok", "version": "1.0.0" }
GET /ready HTTP/1.1 Host: api.infraredtrading.com Accept: */*
{ "status": "ready" }