Skip to main content
POST
/
conversation
/
{id}
/
read
cURL
curl --request POST \
  --url https://api.wapikit.com/api/conversation/{id}/read
{
  "isRead": true
}

Path Parameters

id
string
required

The id value of the conversation you want to mark as read.

Response

OK

isRead
boolean
required