provider admin.appsadmin POST /admin.apps.approve
@utdk/slack /admin.apps.approve
admin_apps_approve
Approve an app for installation on a workspace.
token header required
Authentication token. Requires scope: `admin.apps:write`
string

Try it

Authentication
Configure credentials for Slack Web API
adminAppsApprove
POST/admin.apps.approve
Approve an app for installation on a workspace.

Input

The id of the app to approve.

The id of the request to approve.

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