{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Team API", "version": "1.0" }, "items": [ { "info": { "name": "Team", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Team Information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/team.info", "params": [ { "name": "team", "value": "", "type": "query", "description": "Team to get info about; if omitted, will return information about the current team." } ] }, "docs": "Gets information about the current team. Requires team:read scope." } ] } ], "bundled": true }