curl --request PUT \
--url https://api.wappfy.com.br/chat/markChatUnread/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chat": "<string>"
}'
{
"chat": "559912345678@s.whatsapp.net",
"markedChatUnread": true
}
Marcar conversa como não lida
curl --request PUT \
--url https://api.wappfy.com.br/chat/markChatUnread/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"chat": "<string>"
}'
{
"chat": "559912345678@s.whatsapp.net",
"markedChatUnread": true
}
Seu cabeçalho da chave de autorização.
ID da instância.
Success
The response is of type object
.