getMessage
Retrieves the Message object for a valid identifier.
GET
/v1/chat/messages/{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
idstringId of the Message
Response
Returns a Message object if a valid identifier was provided. Returns an Error otherwise
messageobjectThe Message object represents a message in a Conversation for a specific User.