api/v1/customer/messages/{id}/mark-read

GET

/api/v1/customer/messages/{id}/mark-read

This API method allows the user to mark a message group as read, if they are a member of the group. This only applies the read status to the messages if the current customer is part of the group.

Request Parameters

None Required

Sample Response

{
  "status": true,
  "message": "Successfully marked message read"
}
{
  "status": false,
  "message": "Message group could not be found"
}
{
  "status": false,
  "message": "You are not part of this chat group"
}