Get user notifications
GET/api/v1/notification
Returns notifications for the authenticated user.
- If
context = BELL: returns unread and recent notifications (last 24h), without pagination. - Otherwise: allows filtering by
isReadand applies pagination. - Results are ordered by creation date.
Request
Responses
- 200
Notifications retrieved successfully