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