apps event authorizations list
GET {{baseUrl}}/apps.event.authorizations.list?event_context=<string>&cursor=<string>&limit=<integer>
Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
event_context | string | (Required) | |
cursor | string | ||
limit | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: authorizations:read |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}