{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Bots API", "version": "1.0" }, "items": [ { "info": { "name": "Bots", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Bots Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/bots.info", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `users:read`" }, { "name": "bot", "value": "", "type": "query", "description": "Bot user to get info on" } ] }, "docs": "Gets information about a bot user." } ] } ], "bundled": true }