{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic Account Apps API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic Account Apps", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Apps", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/apps", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists Apps associated with an account." }, { "info": { "name": "APIs.io Engineering Platform Create a new App", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/apps", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new App for an account" }, { "info": { "name": "APIs.io Engineering Platform Update an App", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/apps/:account_app_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "account_app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an Account App" }, { "info": { "name": "APIs.io Engineering Platform Delete Account App", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/apps/:account_app_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "account_app_id", "value": "", "type": "path" } ] }, "docs": "Deletes specific Account App." } ] } ], "bundled": true }