{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Calls Apps API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Calls 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/calls/apps", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all apps in the Cloudflare 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/calls/apps", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Cloudflare calls app. An app is an unique enviroment where each Session can access all Tracks within the app." }, { "info": { "name": "APIs.io Engineering Platform Retrieve app details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches details for a single Calls app." }, { "info": { "name": "APIs.io Engineering Platform Edit app details", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit details for a single app." }, { "info": { "name": "APIs.io Engineering Platform Delete app", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes an app from Cloudflare Calls" } ] } ], "bundled": true }