api/v1/customer/messages/{id}/unread

GET

/api/v1/customer/messages/{id}/unread

This API method allows the user to retrieve all individual message body content for the given message group. This is meant for polling changes to the group,

Request Parameters

Sample Response

{
  "status": true,
  "items": [
    {
      "id": "AxyQPkGvEj2EWla8OXV7",
      "group_id": "Wb7gBR3KEV3eAjQ2wdJZ",
      "customer_id": "LZWBJx0PmYkEwjGdr2vO",
      "body": "No Way Dude",
      "platform_name": null,
      "created_at": "2018-08-10 16:26:10",
      "is_blocked": false
    }
  ]
}