/admin.apps.requests.list
GET
/admin.apps.requests.list
admin.apps.requestsadmin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/admin.apps.requests.list?token='
Response Response Example
200 - response
{
"app_requests": [
{
"app": {
"additional_info": "",
"app_directory_url": "https://acmecorp.slack.com/apps/A061BL8RQ0-test-app",
"app_homepage_url": "",
"description": "",
"help_url": "",
"icons": {
"image_1024": "/cdn/15258203/img/testapp/service_1024.png",
"image_128": "/cdn/157258203/img/testapp/service_128.png",
"image_192": "/cdn/157258203/img/testapp/service_192.png",
"image_32": "/cdn/157658203/img/testapp/service_32.png",
"image_36": "/cdn/157658203/img/testapp/service_36.png",
"image_48": "/cdn/157658203/img/testapp/service_48.png",
"image_512": "/cdn/15758203/img/testapp/service_512.png",
"image_64": "/cdn/157658203/img/testapp/service_64.png",
"image_72": "/cdn/157658203/img/testapp/service_72.png",
"image_96": "/cdn/157658203/img/testapp/service_96.png"
},
"id": "A061BL8RQ0",
"is_app_directory_approved": true,
"is_internal": false,
"name": "Test App",
"privacy_policy_url": "https://testapp.com/privacy"
},
"date_created": 1578956327,
"id": "Ar0XJGFLMLS",
"message": "test test again",
"previous_resolution": null,
"scopes": [
{
"description": "Post messages to specific channels in Slack",
"is_sensitive": false,
"name": "incoming-webhook",
"token_type": "user"
}
],
"team": {
"domain": "acmecorp",
"id": "T0M94LNUCR",
"name": "Acme Corp"
},
"user": {
"email": "janedoe@example.com",
"id": "W08RA9G5HR",
"name": "Jane Doe"
}
}
],
"ok": true,
"response_metadata": {
"next_cursor": ""
}
}
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
Responses
Modified at 2023-08-15 05:39:45