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

MethodPathEditionOperationController
GET/notificationsCoreList NotificationsNotificationsController@getNotifications
GET/notifications/unreadCoreList Unread NotificationsNotificationsController@getUnreadNotifications
POST/notifications/mark-read/{notification_id}CoreMark Notification ReadNotificationsController@markAsRead
POST/notifications/mark-read/{feed_id}/by-feed-idCoreMark Notifications Read By FeedNotificationsController@markAsReadByFeedId
POST/notifications/mark-all-readCoreMark All Notifications ReadNotificationsController@markAllRead

FluentCommunity developer documentation