Get notification summary
GET/truckers/notifications/dashboard
Returns a summary of the most relevant notifications to display on the dashboard, including:
- Number of unread notifications
- Latest notifications (typically the 5 most recent)
Usage example:
curl -X GET https://api.demo.cargoffer.com/truckers/notifications/dashboard \
-H Authorization: Bearer {token}
Use cases:
- Display unread notification counter
- Show preview of recent notifications
- Update real-time status indicators
Responses
- 200
- 401
Notification Data
Unauthorized