Search + K

Command Palette

Search for a command to run...

Sign In

admin_apps_restricted_list

GET /admin.apps.restricted.list
Copy endpoint
https://slack.com/api

List restricted apps for an org or workspace.

Parameters

query Query Parameters

Name Type
token required

Authentication token. Requires scope: admin.apps:read

string
limit

The maximum number of items to return. Must be between 1 - 1000 both inclusive.

number
cursor

Set cursor to next_cursor returned by the previous call to list items in the next page

string
team_id
string
enterprise_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
; }