Get Notification Unread Count
Beta/v1/messaging/notifications/unread-countThis endpoint is idempotent. Learn more
Returns the current user's unread tallies for the account they are acting in, for driving a notification badge.
The total also counts account announcements the user has not seen, so it can be higher than the notification count alone.
objectstringenumValues:notification_unread_countResource type identifier.
notificationsintegerNumber of the caller's notifications that have not been seen yet.
Dismissed notifications are never counted, and marking all notifications seen drops this to zero.
conversationsintegerNumber of conversations with unread messages.
Always 0 today — conversation unread counts are not yet folded into the bell.
totalintegerCombined unread total for the bell badge.
This is the unseen notification count plus any account announcements the caller has not seen, so it can exceed notifications. Announcements are cleared individually rather than by marking all notifications seen.
Responses
Successful response for Get Notification Unread Count