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

KeyDatatypeRequiredDescription
event_contextstring(Required)
cursorstring
limitstring

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: authorizations:read

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}