🔔 Notification Center
Stay informed with real-time in-app notifications for all platform events.
Notification Types
- Download alerts — Know when someone downloads your file
- Expiration warnings — Get notified before links expire
- Billing events — Purchase confirmations, refund updates, promo redemptions
- System announcements — Platform updates, maintenance windows, new features
- Security alerts — Login from new device, API key usage
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.