cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/orders/health \ --header 'Authorization: Bearer <token>'
{ "status": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Orders subsystem health
{ "status": "ok" | "degraded" | "error" } response.
{ "status": "ok" | "degraded" | "error" }
"ok"
Was this page helpful?