getEvent
Retrieves the Event object for a valid identifiers.
GET
/v1/chat/events/{id}Authorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredEvent id
Response
Returns the Event object if a valid identifiers were provided. Returns an error otherwise
eventobjectrequiredThe event object represents an action or an occurrence.