/apps.event.authorizations.list
GET
/apps.event.authorizations.listGet a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.
Request
Query Params
event_context
string
required
cursor
string
optional
limit
integer
optional
Header Params
token
string
required
Authentication token. Requires scope: authorizations:read
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"authorizations": {
"enterprise_id": "string",
"is_bot": "string",
"team_id": "string",
"user_id": "string"
},
"ok": true
}
Last modified: a year ago