/admin.apps.restricted.list
GET
/admin.apps.restricted.list
admin.apps.restrictedadmin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/admin.apps.restricted.list?token='
Response Response Example
200 - response
{
"ok": true,
"response_metadata": {
"next_cursor": ""
},
"restricted_apps": [
{
"app": {
"additional_info": "",
"app_directory_url": "https://myteam.enterprise.slack.com/apps/A0FDLP8M2L-my-test-app",
"app_homepage_url": "https://example.com",
"description": "A fun test app for Slack",
"help_url": "https://example.com",
"icons": {
"image_1024": "https://1433265338rl878408_eb57dbc818daa4ba15d6_1024.png",
"image_128": "https://4332653438rl87808_eb57dbc818daa4ba15d6_128.png",
"image_192": "https://4332653438rl87808_eb57dbc818daa4ba15d6_192.png",
"image_32": "https://143326534038rl8788_eb57dbc818daa4ba15d6_32.png",
"image_36": "https://143326534038rl8788_eb57dbc818daa4ba15d6_36.png",
"image_48": "https://143326534038rl8788_eb57dbc818daa4ba15d6_48.png",
"image_512": "https://4332653438rl87808_eb57dbc818daa4ba15d6_512.png",
"image_64": "https://143326534038rl8788_eb57dbc818daa4ba15d6_64.png",
"image_72": "https://143326534038rl8788_eb57dbc818daa4ba15d6_72.png",
"image_96": "https://143326534038rl8788_eb57dbc818daa4ba15d6_96.png",
"image_original": "https://143338rl8782653408_eb57dbc818daa4ba15d6_original.png"
},
"id": "A0FDLP8M2L",
"is_app_directory_approved": true,
"is_internal": false,
"name": "My Test App",
"privacy_policy_url": "https://example.com"
},
"date_updated": 1574296721,
"last_resolved_by": {
"actor_id": "W0G82LMFD",
"actor_type": "user"
},
"scopes": [
{
"description": "Upload, edit, and delete files on the user‟s behalf",
"is_sensitive": true,
"name": "files:write:user",
"token_type": "user"
}
]
}
]
}
Request
Query Params
token
string
required
admin.apps:read
limit
integer
optional
cursor
string
optional
cursor
to next_cursor
returned by the previous call to list items in the next pageteam_id
string
optional
enterprise_id
string
optional
Responses
Modified at 2023-08-15 05:39:45