Recupera una singola conversazione
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.
Richiesta
Risposte
- 200
- 401
- 404
Conversazione recuperata con successo
Non autorizzato
Conversazione non trovata