Mark Notification as Read
App Notification Endpoints
Mark Notification as Read
Mark a single notification as read by its ID
PATCH
Mark Notification as Read
Marks a specific notification as read. The notification must belong to the authenticated user — users cannot mark another user’s notifications as read.
Returned when the notification does not exist or does not belong to the authenticated user.
Returned when
This endpoint requires an authenticated user. Include a valid
Authorization: Bearer <accessToken> header.Path Parameters
The UUID of the notification to mark as read.
Response
Returns HTTP200 on success with no response body.
Error Responses
Notification Not Found — 404
Notification Not Found — 404
Invalid Params — 400
Invalid Params — 400
notificationId is not a valid UUID.Unauthorized — 401
Unauthorized — 401

