Mark a single notification as read for the effective user.
Impersonation:
When using the X-Impersonate-Email header, marks the notification as read for the target user.
Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
UUID of the project
UUID of the notification
Notification marked as read
A project-scoped notification. Returned by project notification endpoints.
The scope is always "project" and project is always a non-null UUID.
Always "project" for project-scoped notifications
project UUID of the project this notification belongs to (always non-null)
Unique identifier for the notification
When the notification was created
When the notification was last updated
ID of the user this notification belongs to
unread: Notification has not been readread: Notification has been readunread, read admin: Notification visible only to project adminsviewer: Notification visible to all project membersadmin, viewer Notification title
"Document processing completed"
Notification message body
"Your document 'Q4 Report.pdf' has been processed successfully."
Type/category of the notification
"document_processed"
Optional actions that can be taken from the notification. Structure may include:
primary: Primary action with label and typesecondary: Array of secondary actions{
"primary": {
"label": "View Document",
"type": "navigate",
"url": "/documents/123"
}
}When the notification was marked as read (null if unread)
Type of the source object that triggered this notification
"document"
ID of the source object that triggered this notification
"550e8400-e29b-41d4-a716-446655440000"
Human-readable relative time (e.g., "2 minutes ago", "Yesterday")
"2 hours ago"
ISO format absolute timestamp