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

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