Get notifications for the logged-in user
Notification
Get notifications for the logged-in user
Return the authenticated user’s in-app notifications, transformed for the bell-tray UI. Status (read/unread) is overlaid from the per-user User.notifications[].status map.
GET
Get notifications for the logged-in user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Notifications list (raw array, not enveloped)
Per-user status from User.notifications[].status (defaults to unread).
e.g. mention, assignment, other.
Example: