provider apps.permissionsapps GET /apps.permissions.request
@utdk/slack /apps.permissions.request
apps_permissions_request
Allows an app to request additional scopes
token query required
Authentication token. Requires scope: `none`
string
scopes query required
A comma separated list of scopes to request for
string
trigger_id query required
Token used to trigger the permissions API
string

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.

appsPermissionsRequest
GET/apps.permissions.request
Allows an app to request additional scopes

required

Authentication token. Requires scope: `none`

required

A comma separated list of scopes to request for

required

Token used to trigger the permissions API

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.appsPermissionsRequest()