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
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

Configure credentials above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.appsEventAuthorizationsList()