Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-bot-id
string
required

Bot id

x-integration-id
string

Integration id

x-integration-alias
string

Integration alias

Path Parameters

id
string
required

Event id

Response

Returns the Event object if a valid identifiers were provided. Returns an error otherwise

event
object
required

The event object represents an action or an occurrence.

Last modified on March 20, 2026