Skip to content

Notifications API

Read, unread, mark-as-read, and mark-all-read notification workflows.

Authentication

Notification routes require an authenticated portal user.

Endpoints

MethodPathEditionOperationWhat it does
GET/notificationsCoreList NotificationsReturns the paginated notification history for the current user, newest activity first, with the unread total alongside it.
GET/notifications/unreadCoreList Unread NotificationsReturns up to 50 unread notifications for the current user with the unread total, for the notification dropdown.
POST/notifications/mark-read/{notification_id}CoreMark Notification ReadMarks one notification read for the current user and returns the recalculated unread count.
POST/notifications/mark-read/{feed_id}/by-feed-idCoreMark Notifications Read By FeedMarks every notification about one post read for the current user and returns the new unread count together with the remaining unread post ids.
POST/notifications/mark-all-readCoreMark All Notifications ReadMarks every unread notification read for the current user in a single update.

FluentCommunity developer documentation