admin_apps_approved_list
GET
/admin.apps.approved.list https://slack.com/api
List approved apps for an org or workspace.
Parameters
query Query Parameters
| Name | Type |
|---|---|
token
required
Authentication token. Requires scope: | string |
limit The maximum number of items to return. Must be between 1 - 1000 both inclusive. | number |
cursor Set | string |
team_id | string |
enterprise_id | string |
Responses
200 application/json
Typical success response
{ ok: DefsOkTrue ; }
default application/json
Typical error response
{ ok: DefsOkFalse ; }