Skip to main content
POST
/
api
/
{session}
/
chats
/
{chatId}
/
unarchive
Unarchive the conversation
curl --request POST \
  --url https://{host}/api/{session}/chats/{chatId}/unarchive \
  --header 'apikey: <api-key>'
{}

Description

⚠️ This endpoint is not yet implemented. This endpoint will allow unarchiving chats that were previously archived, returning them to the main conversations view.

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

session
string
required

Session name (instanceName)

chatId
string
required

Conversation ID

Response

201 - application/json

The response is of type object.

I