getEvent
Retrieves the Event object for a valid identifiers.
GET
/v1/chat/events/{id}Authorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bp-authenticated-principalstringAuthenticated principal. Injected by the authentication middleware.
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
Path parameters
idstringEvent id
Response
Returns the Event object if a valid identifiers were provided. Returns an error otherwise
eventobjectThe event object represents an action or an occurrence.