Mark a single notification as read by its ID
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.
Authorization: Bearer <accessToken> header.200 on success with no response body.
Notification Not Found — 404
Invalid Params — 400
notificationId is not a valid UUID.Unauthorized — 401