getEvent

Retrieves the Event object for a valid identifiers.

GET/v1/chat/events/{id}

Authorization

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

Header parameters

x-bp-authenticated-principalstring
Authenticated principal. Injected by the authentication middleware.
x-bot-idstring
Bot id
x-integration-id?string
Integration id
x-integration-alias?string
Integration alias

Path parameters

idstring
Event id

Response

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

eventobject
The event object represents an action or an occurrence.