v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Notifications

Mark notifications as read

Enterprise feature

Allow to select which notifications were read and saving a read date

post/api/admin/notifications/read

Request body

notificationsinteger[] required

A list of IDs belonging to the notifications you want to mark as read.

Example request

{
  "notifications": [
    5
  ]
}

Response

This response has no body.