{ "opencollection": "1.0.0", "info": { "name": "Kong Gateway Admin API (Rate Limit Check) Consumers Status API", "version": "3.x" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get node status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8001/status" }, "docs": "Get node status" } ] } ], "bundled": true }