v1
latestOpenAPI 3.1.02026-07-14330101.9 KBUn-Archive Chat
The Un-archive Chat endpoint serves as the reverse operation of the Archive Chat endpoint. It allows users to restore previously archived chats back to the active chat list. This feature is valuable for situations where archived chats need to be revisited or reactivated, ensuring that important conversations can be easily retrieved when needed. By integrating this endpoint, developers can provide users with flexible chat management options, allowing them to toggle between archived and active chat states based on their needs.
post/chat/un-archive
Query parameters
contact_idstring
The contact ID
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"contact_id": "6281357541722@c.us"
}
}