/apps.permissions.scopes.list
GET
/apps.permissions.scopes.list
apps.permissions.scopesapps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/apps.permissions.scopes.list?token='
Response Response Example
200 - response
{
"ok": true,
"scopes": {
"app_home": [
"chat:write",
"im:history",
"im:read"
],
"channel": [
"channels:history",
"chat:write"
],
"group": [
"chat:write"
],
"im": [
"chat:write"
],
"mpim": [
"chat:write"
],
"team": [
"users:read"
],
"user": []
}
}
Request
Query Params
token
stringÂ
required
none
Responses
Modified at 2023-08-15 05:39:45