/apps.event.authorizations.list
GET
/apps.event.authorizations.list
apps.event.authorizationsapps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/apps.event.authorizations.list?event_context=' \
--header 'token;'
Response Response Example
200 - response
{
"authorizations": {
"enterprise_id": "string",
"is_bot": "string",
"team_id": "string",
"user_id": "string"
},
"ok": true
}
Request
Query Params
event_context
stringÂ
required
cursor
stringÂ
optional
limit
integerÂ
optional
Header Params
token
stringÂ
required
authorizations:read
Responses
Modified at 2023-08-15 05:39:45