{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway REST API Keys Authorizers API", "version": "2015-07-09" }, "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://apigateway.{region}.amazonaws.com/restapis/:restapi_id/authorizers", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "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." } ] }, "docs": "Returns a collection of Authorizer resources for a given REST API." }, { "info": { "name": "Amazon API Gateway Create an Authorizer", "type": "http" }, "http": { "method": "POST", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/authorizers", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an Authorizer resource for a given REST API." }, { "info": { "name": "Amazon API Gateway Get an Authorizer", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/authorizers/:authorizer_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "authorizer_id", "value": "", "type": "path", "description": "The identifier of the authorizer." } ] }, "docs": "Returns information about a specific authorizer." }, { "info": { "name": "Amazon API Gateway Update an Authorizer", "type": "http" }, "http": { "method": "PATCH", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/authorizers/:authorizer_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "authorizer_id", "value": "", "type": "path", "description": "The identifier of the authorizer." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing authorizer." }, { "info": { "name": "Amazon API Gateway Delete an Authorizer", "type": "http" }, "http": { "method": "DELETE", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/authorizers/:authorizer_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "authorizer_id", "value": "", "type": "path", "description": "The identifier of the authorizer." } ] }, "docs": "Deletes an existing authorizer." } ] } ], "bundled": true }