Mark All Notifications as Read
App Notification Endpoints
Mark All Notifications as Read
Mark all unread notifications as read for the authenticated user
Mark All Notifications as Read
Marks all unread notifications as read for the currently authenticated user. Only notifications that are currently
Example:
isRead: false are updated.
This endpoint requires an authenticated user. Include a valid
Authorization: Bearer <accessToken> header.Response
Returns HTTP200 with the number of notifications that were updated:
number
The count of notifications that were updated from unread to read. Returns
0 if there were no unread notifications.Error Responses
Missing token — 401
Missing token — 401
No
Authorization header was sent. The body is text/plain, not JSON:Expired or invalid token — 403
Expired or invalid token — 403
The header was sent but the token failed verification. Refresh the access
token and retry. The body is
text/plain, not JSON:
