Notifications

Bulk-mark notifications as read

Marks every notification whose ID is supplied as read for the currently authenticated user. IDs that don't correspond to a notification visible to the caller are silently skipped.

post/notifications/bulk-mark-as-read

Query parameters

site_idstring uuid required

Scope the notifications to a single Site. When not specified the platform falls back to the user's default site. Use this when a user works across multiple sites and you want their site-specific inbox.

Request body

notification_idsstring[] required

The IDs of the notifications to mark as read.

Response

Notifications were successfully marked as read.

Changes