Skip to content

Notifications API

Manage user notifications for system events, agent completions, and other alerts.

Prefix: /api/notifications

Endpoints

MethodPathDescriptionRole
GET/List notifications for the current user (paginated)Viewer+
GET/unread-countGet the count of unread notificationsViewer+
PUT/{id}/readMark a notification as readViewer+
PUT/read-allMark all notifications as readViewer+
DELETE/{id}Delete a notificationViewer+

UniSync Documentation