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>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt

Use this file to discover all available pages before exploring further.

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.