POST
/
api
/
{session}
/
chats
/
{chatId}
/
unarchive
Desarquivar a conversa
curl --request POST \
  --url https://api.wappfy.com.br/api/{session}/chats/{chatId}/unarchive \
  --header 'apikey: <api-key>'
{}

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

chatId
string
required

ID da Conversa

Response

201 - application/json

The response is of type object.