provider apps.event.authorizationsapps GET /apps.event.authorizations.list
@utdk/slack /apps.event.authorizations.list
apps_event_authorizations_list
Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.
token header required
Authentication token. Requires scope: `authorizations:read`
string
event_context query required
string
cursor query
string
limit query
integer

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

appsEventAuthorizationsList
GET/apps.event.authorizations.list
Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.

required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.appsEventAuthorizationsList()