Skip to main content
PATCH
/
api
/
notifications
Mark notifications as read
curl --request PATCH \
  --url https://serengo.zias.be/api/notifications \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notificationIds": [
    "<string>"
  ],
  "markAll": true
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
notificationIds
string[]
markAll
boolean

Response

200

Notifications marked as read