🔔 Notification Center

Stay informed with real-time in-app notifications for all platform events.

Notification Types

Viewing Notifications

Access your notification center from the bell icon in the dashboard, or via API:

GET /api/notifications
Authorization: Bearer YOUR_TOKEN

Unread Count

GET /api/notifications/unread/count
Authorization: Bearer YOUR_TOKEN

Returns the number of unread notifications for badge display.

Marking as Read

PUT /api/notifications/:id/read
Authorization: Bearer YOUR_TOKEN

Or mark all notifications as read at once:

PUT /api/notifications/read-all
Authorization: Bearer YOUR_TOKEN

Notification Preferences

Control which notifications you receive from your account settings. Choose between in-app only, email + in-app, or disabled for each category.

← Back to Advanced Guides