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