{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Calls API", "version": "1.0" }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Calls Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new Call." }, { "info": { "name": "Slack Post Calls End", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.end", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Ends a Call." }, { "info": { "name": "Slack Get Calls Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/calls.info", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "query", "description": "`id` of the Call returned by the [`calls.add`](/methods/calls.add) method." } ] }, "docs": "Returns information about a Call." }, { "info": { "name": "Slack Post Calls Participants Add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.participants.add", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers new participants added to a Call." }, { "info": { "name": "Slack Post Calls Participants Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.participants.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers participants removed from a Call." }, { "info": { "name": "Slack Post Calls Update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.update", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates information about a Call." } ] } ], "bundled": true }