{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway REST API Keys Usage Plans API", "version": "2015-07-09" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Usage Plans", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List Usage Plans", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/usageplans", "params": [ { "name": "position", "value": "", "type": "query", "description": "The current pagination position in the paged result set. Used for cursor-based pagination." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of returned results per page. The default value is 25 and the maximum value is 500." }, { "name": "keyId", "value": "", "type": "query", "description": "Filter by API key identifier." } ] }, "docs": "Returns information about all usage plans." }, { "info": { "name": "Amazon API Gateway Create a Usage Plan", "type": "http" }, "http": { "method": "POST", "url": "https://apigateway.{region}.amazonaws.com/usageplans", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new usage plan." }, { "info": { "name": "Amazon API Gateway Get a Usage Plan", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/usageplans/:usageplan_id", "params": [ { "name": "usageplan_id", "value": "", "type": "path", "description": "The identifier of the usage plan." } ] }, "docs": "Returns information about a specific usage plan." }, { "info": { "name": "Amazon API Gateway Update a Usage Plan", "type": "http" }, "http": { "method": "PATCH", "url": "https://apigateway.{region}.amazonaws.com/usageplans/:usageplan_id", "params": [ { "name": "usageplan_id", "value": "", "type": "path", "description": "The identifier of the usage plan." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing usage plan." }, { "info": { "name": "Amazon API Gateway Delete a Usage Plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://apigateway.{region}.amazonaws.com/usageplans/:usageplan_id", "params": [ { "name": "usageplan_id", "value": "", "type": "path", "description": "The identifier of the usage plan." } ] }, "docs": "Deletes the specified usage plan." } ] } ], "bundled": true }