Search + K

Command Palette

Search for a command to run...

Sign In

admin_apps_approve

POST /admin.apps.approve
Copy endpoint
https://slack.com/api

Approve an app for installation on a workspace.

Parameters

header Header Parameters

Name Type
token required

Authentication token. Requires scope: admin.apps:write

string

Request Body

application/x-www-form-urlencoded
{ app_id?: string;request_id?: string;team_id?: string; }

Responses

200 application/json

Typical success response

{ ok: DefsOkTrue
type DefsOkTrue = true
; }
default application/json

Typical error response

{ ok: DefsOkFalse
type DefsOkFalse = false
; }