Base URL https://api.cube-hr.co.uk/api/v1
5 endpoints
In-app notifications and real-time SSE notification stream.
/notifications
Get notifications for the authenticated user.
/notifications/unread-count
Get the number of unread notifications for the authenticated user.
/notifications/{uuid}/read
Mark a specific notification as read.
/notifications/read-all
Mark all unread notifications as read for the authenticated user.
/notifications/stream
Server-Sent Events stream for real-time notifications. Connect and receive notification events as they occur.