{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Pages Domains API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Pages Domains", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get domains", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name/domains", "params": [ { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch a list of all domains associated with a Pages project." }, { "info": { "name": "APIs.io Engineering Platform Add domain", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name/domains", "params": [ { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new domain for the Pages project." }, { "info": { "name": "APIs.io Engineering Platform Get domain", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name/domains/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch a single domain." }, { "info": { "name": "APIs.io Engineering Platform Patch domain", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name/domains/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retry the validation status of a single domain." }, { "info": { "name": "APIs.io Engineering Platform Delete domain", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name/domains/:domain_name", "params": [ { "name": "domain_name", "value": "", "type": "path" }, { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a Pages project's domain." } ] } ], "bundled": true }