5 endpoints

# Notifications

In-app notifications and real-time SSE notification stream.

GET`/notifications`List NotificationsGet notifications for the authenticated user.

GET`/notifications/unread-count`Unread Notification CountGet the number of unread notifications for the authenticated user.

PUT`/notifications/{uuid}/read`Mark Notification ReadMark a specific notification as read.

PUT`/notifications/read-all`Mark All Notifications ReadMark all unread notifications as read for the authenticated user.

GET`/notifications/stream`Notifications SSE StreamServer-Sent Events stream for real-time notifications. Connect and receive notification events as they occur.

---

**URL:** https://cube-hr.co.uk/docs/notifications
