{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway REST API Keys Domain Names API", "version": "2015-07-09" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Domain Names", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List Custom Domain Names", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/domainnames", "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." } ] }, "docs": "Returns information about all custom domain names." }, { "info": { "name": "Amazon API Gateway Create a Custom Domain Name", "type": "http" }, "http": { "method": "POST", "url": "https://apigateway.{region}.amazonaws.com/domainnames", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom domain name." }, { "info": { "name": "Amazon API Gateway Get a Custom Domain Name", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/domainnames/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path", "description": "The custom domain name." } ] }, "docs": "Returns information about a specific custom domain name." }, { "info": { "name": "Amazon API Gateway Update a Custom Domain Name", "type": "http" }, "http": { "method": "PATCH", "url": "https://apigateway.{region}.amazonaws.com/domainnames/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path", "description": "The custom domain name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing custom domain name." }, { "info": { "name": "Amazon API Gateway Delete a Custom Domain Name", "type": "http" }, "http": { "method": "DELETE", "url": "https://apigateway.{region}.amazonaws.com/domainnames/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path", "description": "The custom domain name." } ] }, "docs": "Deletes the specified custom domain name." } ] } ], "bundled": true }