Skip to main content
POST
/
api
/
{session}
/
chats
/
{chatId}
/
unread
Marcar conversa como não lida
curl --request POST \
  --url https://{host}/api/{session}/chats/{chatId}/unread \
  --header 'apikey: <api-key>'
{}

Authorizations

apikey
string
header
required

Sua chave de API do Wappfy (obtenha em dash.wappfy.com.br)

Path Parameters

session
string
required

Nome da sessão (instanceName)

chatId
string
required

ID da Conversa

Response

201 - application/json

The response is of type object.

I