notifications
14 endpoints.
- GET
/api/v1/notificationsList notifications - POST
/api/v1/notifications/bulk/dismissBulk dismiss - POST
/api/v1/notifications/bulk/seenBulk mark seen - GET
/api/v1/notifications/countNotification count - POST
/api/v1/notifications/dismiss-allDismiss all matching notifications - POST
/api/v1/notifications/mark-all-seenMark all matching notifications seen - GET
/api/v1/notifications/streamStream notifications (SSE) - GET
/api/v1/notifications/topic-countsPer-topic notification counts - GET
/api/v1/notifications/{notification_id}Get a single notification - POST
/api/v1/notifications/{notification_id}/dismissDismiss a notification - PUT
/api/v1/notifications/{notification_id}/pinPin or unpin a notification - POST
/api/v1/notifications/{notification_id}/resolveResolve a notification - POST
/api/v1/notifications/{notification_id}/seenMark notification as seen - POST
/api/v1/notifications/{notification_id}/snoozeSnooze a notification