Notifications
In-app notifications, preferences, snooze, and SSE events.
Notifications surface schedule failures, billing alerts, peer messages, and product events.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/notifications | List notifications. |
PATCH | /api/v1/notifications/:id | Mark read or update fields. |
POST | /api/v1/notifications/:id/snooze | Snooze until a timestamp. |
GET | /api/v1/notifications/events | SSE stream of live events. |
POST | /api/v1/notifications/mark-all-read | Mark all read. |
GET | /api/v1/notifications/preferences | User preferences. |
PATCH | /api/v1/notifications/preferences | Update preferences. |