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:
[
{
"id": "66e0a0b0c0d0e0f0a0b0c0d0",
"title": "Cory Tan mentioned you",
"message": "@alice please review this lead",
"category": "mention",
"createdAt": "2026-05-18T14:30:00.000Z",
"status": "unread",
"notificationType": "mention",
"contactId": "65c2d0e0f0a0b0c0d0e0f0a0",
"contactName": "Jane Doe",
"phoneNumber": "+14155550123"
}
]