Notifications
Manages the current user's notification feed and delivery preferences: listing notifications, marking them read, checking the unread count, and reading or updating per-channel and per-category preferences.
GET
List Notifications
Returns a page of the current user's notifications, newest first.
POST
Mark Notification as Read
Marks a single notification as read.
POST
Mark All Notifications as Read
Marks all of the current user's notifications as read.
GET
Get Unread Count
Returns the number of unread notifications for the current user.
GET
Get Notification Preferences
Returns the current user's notification delivery preferences.
PUT
Update Notification Preferences
Replaces the current user's notification delivery preferences.