{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway Management ApiKeys Authorizers API", "version": "2018-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Authorizers", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List Authorizers", "type": "http" }, "http": { "method": "GET", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis/:api_id/authorizers", "params": [ { "name": "api_id", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Gets a collection of authorizers for an API." }, { "info": { "name": "Amazon API Gateway Create an Authorizer", "type": "http" }, "http": { "method": "POST", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis/:api_id/authorizers", "params": [ { "name": "api_id", "value": "", "type": "path", "description": "API identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an authorizer for an API." } ] } ], "bundled": true }