Skip to content

PUT Read All Notifications

Endpoint

PUT /notify/read-all

Description

Marks all notifications of the authenticated client account as READ.

The server takes account identity from the authenticated session.

Request Example

{}

Response Example

{
  "data": "OK"
}