Mark all notifications as read
Marks all unread notifications as read for the current user.
What happens:
- All unread notifications for the current user are marked as read
- Returns the count of notifications that were marked as read
- Useful for bulk “mark all as read” functionality
Response includes:
success: Boolean indicating operation successcount: Number of notifications marked as read
POST
/account/notifications/read-allAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredResponses
200
Number of notifications marked as read
countnumberNumber of notifications marked as read
successboolean401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions