{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic Sites API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic Sites", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Sites", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/sites", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connector_identifier", "value": "", "type": "query" } ] }, "docs": "Lists Sites associated with an account. Use connector_identifier query param to return sites where connector_identifier matches either site.ConnectorID or site.SecondaryConnectorID." }, { "info": { "name": "APIs.io Engineering Platform Create a new Site", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/sites", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Site" }, { "info": { "name": "APIs.io Engineering Platform Site Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get a specific Site." }, { "info": { "name": "APIs.io Engineering Platform Update Site", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific Site." }, { "info": { "name": "APIs.io Engineering Platform Patch Site", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch a specific Site." }, { "info": { "name": "APIs.io Engineering Platform Delete Site", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a specific Site." } ] } ], "bundled": true }