Skip to main content
GET
Get notifications for the logged-in user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Notifications list (raw array, not enveloped)

id
string
required
title
string
message
string
category
string
createdAt
string<date-time>
status
string

Per-user status from User.notifications[].status (defaults to unread).

notificationType
string

e.g. mention, assignment, other.

contactId
string | null
contactName
string | null
phoneNumber
string | null
userId
string | null
mentionedBy
string | null
campaignId
string | null
messageId
string | null
Example: