curl --request POST \ --url https://api.example.com/conversations/{conversation}/unarchive
Conversations
Unarchive a conversation
Removes the archive flag for the authenticated user and removes the conversation from their blacklist so it appears again in the default list. The user must be a participant.
POST
/
conversations
/
{conversation}
/
unarchive
Unarchive a conversation
Copy
curl --request POST \ --url https://api.example.com/conversations/{conversation}/unarchive