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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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

