/apps.permissions.resources.list
GET
/apps.permissions.resources.list
apps.permissions.resourcesapps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/apps.permissions.resources.list?token='
Response Response Example
200 - response
{
"ok": true,
"resources": [
{
"id": "T0DES3UAN",
"type": "team"
},
{
"id": "D024BFF1M",
"type": "app_home"
},
{
"id": "C024BE91L",
"type": "channel"
}
],
"response_metadata": {
"next_cursor": "dGVhbTpDMUg5UkVTR0w="
}
}
Request
Query Params
token
stringÂ
required
none
cursor
stringÂ
optional
cursor
parameter to a next_cursor
attribute returned by a previous request's response_metadata
. Default value fetches the first "page" of the collection. See pagination for more detail.limit
integerÂ
optional
Responses
Modified at 2023-08-15 05:39:45