WA Client
PUT

Mark as Read

Mark one or more messages as read (blue ticks).

API endpoint
https://waclient.com/api/mark_message_read
Example:
curl -X PUT \
  'https://waclient.com/api/mark_message_read' \
  -H 'Content-Type: application/json' \
  --data '{
    "chat_id": "20100981XXXX",
    "message_id": "ABC123",
    "from_me": false,
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "chat_id": "[email protected]",
        "message_id": "ABC123",
        "updated": true
    }
}
ParameterDescription
chat_idChat JID or phone number
message_idMessage ID
from_mefalse for incoming messages
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc