These are the endpoints available for Front End integration with On Site Notifications and Rich Inbox. These endpoints are returning data for logged in users.

Getting the config and authenticating the user

get
https://am-events-[env].fasttrack-solutions.com/api/v1/config/[brand]

Get config

post
[FUSION_URL]/Platform/LoginAuthToken

Authenticate

get
[FUSION_API]/external/pusher/[brand]?authToken=[sid]

Authenticate against Pusher

Consuming the data

get
[FUSION_URL]/Notifications/v2/user-notifications

Get all notifications

get
[FUSION_URL]/Notifications/v2/user-notification/[id]

Get specific notification

delete
[FUSION_URL]/Notifications/v2/user-notification/[id]

Delete Rich Inbox Message

post
[FUSION_URL]/Notifications/MarkNotificationAsRead

Mark a notification as read