{ "opencollection": "1.0.0", "info": { "name": "Euler Data API (V3) Accounts Health API", "version": "3.0.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Basic health check", "type": "http" }, "http": { "method": "GET", "url": "/v3/health" }, "docs": "Basic health check" }, { "info": { "name": "Dependency health check", "type": "http" }, "http": { "method": "GET", "url": "/v3/health/detailed" }, "docs": "Dependency health check" }, { "info": { "name": "Liveness probe", "type": "http" }, "http": { "method": "GET", "url": "/v3/health/live" }, "docs": "Liveness probe" }, { "info": { "name": "Readiness probe", "type": "http" }, "http": { "method": "GET", "url": "/v3/health/ready" }, "docs": "Readiness probe" }, { "info": { "name": "Prometheus metrics endpoint", "type": "http" }, "http": { "method": "GET", "url": "/v3/metrics", "auth": { "type": "apikey", "key": "X-Admin-Secret", "value": "{{X-Admin-Secret}}", "placement": "header" } }, "docs": "Internal observability endpoint for Prometheus scraping." } ] } ], "bundled": true }