Flag notification as read
POST {{baseUrl}}/{{version}}/notifications/read
When the notification is read, this endpoint allows you to mark the notification read as read read.
Request Body
[{"name"=>"notification_ids", "value"=>"[1,2,3,4]", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"These notification have been marked as read","notification_ids":"[1,2,3,4]"}