cURL
curl --request POST \ --url https://api.wapikit.com/api/conversation/{id}/read
{ "isRead": true }
mark a conversation as read
The id value of the conversation you want to mark as read.
OK
The response is of type object.
object
Was this page helpful?