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

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