Fetch and mark as read app notifications and government alert notifications
The DOSS app has two separate notification feeds: in-app DOSS notifications (e.g. payment events) and government alert notifications (e.g. emergency alerts). Both feeds support infinite scroll pagination and display an unread count badge.
All notification endpoints require a valid Bearer token in the Authorization header.
GET /v2/readdoss_notification/:idMarks a specific in-app notification as read. The client calls this endpoint when the user taps a notification item. After a successful response, the notification list is refreshed.
GET /v2/readdoss_alert_notification/:idMarks a specific government alert notification as read. After a successful response, the alert list is refreshed.