Get complete list of notifications
GET/truckers/notifications
Returns the complete list of carrier notifications, sorted by creation date (most recent first).
Each notification includes:
- Unique ID
- Type (alert, message, update)
- Message content
- Read status
- Creation date
Usage example:
curl -X GET https://api.demo.cargoffer.com/truckers/notifications \
-H Authorization: Bearer {token}
Use cases:
- Display complete notification history
- Search for specific notifications
- Check read status
Responses
- 200
- 401
Notification List
Unauthorized