{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway Management ApiKeys UsagePlans API", "version": "2018-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "UsagePlans", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List Usage Plans", "type": "http" }, "http": { "method": "GET", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/usageplans" }, "docs": "Lists the usage plans for the caller's account." }, { "info": { "name": "Amazon API Gateway Create a Usage Plan", "type": "http" }, "http": { "method": "POST", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/usageplans", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a usage plan with throttle and quota configuration." } ] } ], "bundled": true }