Get a single conversation
GET/api/partner-gateway/v1/inbox/conversations/:chatId
Returns the full metadata of one conversation, including its current assignee, unread counter, last message preview, and channel information. Use this to refresh details about a specific conversation without re-listing the whole inbox (for example after assigning or unassigning it). Returns 404 if the conversation does not exist or does not belong to your account. Returns 401 if the API key is missing or invalid.
Request
Responses
- 200
- 401
- 404
Conversation retrieved successfully
Unauthorized
Conversation not found