Mark a Single Notification
POST /notifications/mark-read/{notificationId}
Path Parameters
integer
required
The ID of the notification to mark as read.
Response
string
Confirmation message. Returns
"Notification marked as read." on success.Mark All Notifications
POST /notifications/mark-all-read
Response
string
Confirmation message. Returns
"All notifications marked as read." on success.