Notifications
In-app notification management. Notifications are generated for deployments, backups, errors, and other platform events.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/notifications | List notifications |
GET | /api/v1/notifications/unread-count | Get unread count |
POST | /api/v1/notifications/:id/read | Mark as read |
POST | /api/v1/notifications/read-all | Mark all as read |
POST | /api/v1/notifications/clear-all | Clear all notifications |
DELETE | /api/v1/notifications/:id | Delete notification |
Preferences
| Method | Path | Description |
|---|---|---|
GET | /api/v1/notifications/preferences | Get notification preferences |
PUT | /api/v1/notifications/preferences | Update notification preferences |
For real-time notifications, connect to the WebSocket endpoint at /ws/notifications.
Last updated on