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
application/jsonReturns a Conversation object if a valid identifier was provided. Returns an error otherwise
The response is of type getConversationResponse · object.
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.