Skip to main content
PUT
/
v1
/
ui
/
notifications
/
bulk
cURL
curl --request PUT \
  --url https://api.example.com/v1/ui/notifications/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "mark-read",
  "notificationIds": [
    "<string>"
  ]
}
'

Body

application/json
action
enum<string>
required
Available options:
mark-read,
mark-all-read,
archive
notificationIds
string[]
Minimum string length: 1

Response

204 - undefined