{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Events API", "version": "1.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Apps Event Authorizations List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps.event.authorizations.list", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "event_context", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to." } ] } ], "bundled": true }