Ripristina una conversazione
PATCH/api/partner-gateway/v1/inbox/conversations/:chatId/unarchive
Restores a previously archived conversation, making it visible again in the default inbox view returned by GET /conversations. This reverses the effect of PATCH /conversations/{chatId}/archive. All messages remain intact; only the visibility flag is toggled. Returns 204 on success with no response body. Returns 404 if the conversation does not exist, does not belong to your account, or is not currently archived. Returns 401 if the API key is missing or invalid.
Richiesta
Risposte
- 204
- 401
- 404
Conversazione ripristinata con successo
Non autorizzato
Conversazione non trovata