{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Calls TURN Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Calls TURN Keys", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List TURN Keys", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/turn_keys", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all TURN keys in the Cloudflare account" }, { "info": { "name": "APIs.io Engineering Platform Create a new TURN key", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/turn_keys", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Cloudflare Calls TURN key." }, { "info": { "name": "APIs.io Engineering Platform Retrieve TURN key details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/turn_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches details for a single TURN key." }, { "info": { "name": "APIs.io Engineering Platform Edit TURN key details", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/turn_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit details for a single TURN key." }, { "info": { "name": "APIs.io Engineering Platform Delete TURN key", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/calls/turn_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes a TURN key from Cloudflare Calls" } ] } ], "bundled": true }