{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Participants API", "version": "1.0" }, "items": [ { "info": { "name": "Participants", "type": "folder" }, "items": [ { "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." } ] } ], "bundled": true }