getMessage

Retrieves the Message object for a valid identifier.

GET/v1/chat/messages/{id}

Authorization

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

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias

Path parameters

idstringrequired
Id of the Message

Response

Returns a Message object if a valid identifier was provided. Returns an Error otherwise

messageobjectrequired
The Message object represents a message in a Conversation for a specific User.