POST
/
conversation
/
{id}
/
read
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

200
application/json

OK

The response is of type object.