Skip to Content

Notifications

In-app notification management. Notifications are generated for deployments, backups, errors, and other platform events.

Endpoints

MethodPathDescription
GET/api/v1/notificationsList notifications
GET/api/v1/notifications/unread-countGet unread count
POST/api/v1/notifications/:id/readMark as read
POST/api/v1/notifications/read-allMark all as read
POST/api/v1/notifications/clear-allClear all notifications
DELETE/api/v1/notifications/:idDelete notification

Preferences

MethodPathDescription
GET/api/v1/notifications/preferencesGet notification preferences
PUT/api/v1/notifications/preferencesUpdate notification preferences

For real-time notifications, connect to the WebSocket endpoint at /ws/notifications.

Last updated on