{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Access Custom Pages API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Custom Pages", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List custom pages", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/custom_pages", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List custom pages" }, { "info": { "name": "APIs.io Engineering Platform Create a custom page", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/custom_pages", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a custom page" }, { "info": { "name": "APIs.io Engineering Platform Get a custom page", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/custom_pages/:custom_page_id", "params": [ { "name": "custom_page_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a custom page and also returns its HTML." }, { "info": { "name": "APIs.io Engineering Platform Update a custom page", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/custom_pages/:custom_page_id", "params": [ { "name": "custom_page_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a custom page" }, { "info": { "name": "APIs.io Engineering Platform Delete a custom page", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/custom_pages/:custom_page_id", "params": [ { "name": "custom_page_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Delete a custom page" } ] } ], "bundled": true }