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