{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway Management ApiKeys Apis API", "version": "2018-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Apis", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List APIs", "type": "http" }, "http": { "method": "GET", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis" }, "docs": "Gets a collection of HTTP and WebSocket APIs." }, { "info": { "name": "Amazon API Gateway Create an API", "type": "http" }, "http": { "method": "POST", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an HTTP or WebSocket API." }, { "info": { "name": "Amazon API Gateway Get an API", "type": "http" }, "http": { "method": "GET", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis/:api_id", "params": [ { "name": "api_id", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Retrieves a single HTTP or WebSocket API." }, { "info": { "name": "Amazon API Gateway Delete an API", "type": "http" }, "http": { "method": "DELETE", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis/:api_id", "params": [ { "name": "api_id", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Deletes the specified API." } ] } ], "bundled": true }