Skip to main content
POST
Mark as seen

Authorizations

Authorization
string
header
required

Scoped API key created via POST /api/account/keys.

Path Parameters

session
string
required

Session name

Body

application/json

Seen payload

chatId
string
required

Chat JID containing the message

Example:

"1234567890@s.whatsapp.net"

messageId
string
required

ID of the message to mark as seen

Example:

"ABCDEF1234567890"

Response

OK

Simple success/failure response with no data payload

message
string

Human-readable result message

success
boolean

Whether the operation succeeded