getConversation
Retrieves the Conversation object for a valid identifier.
GET
/v1/chat/conversations/{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
idstringrequiredConversation id
Response
Returns a Conversation object if a valid identifier was provided. Returns an error otherwise
conversationobjectrequiredThe Conversation object represents an exchange of messages between one or more users. A Conversation is always linked to an integration's channels. For example, a Slack channel represents a conversation.