getConversation

Retrieves the Conversation object for a valid identifier.

GET/v1/chat/conversations/{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
Conversation id

Response

Returns a Conversation object if a valid identifier was provided. Returns an error otherwise

conversationobjectrequired
The 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.