Get carrier's favorite auctions
GET/truckers/auctions/favorites
Returns a paginated list of auctions that the carrier has marked as favorites.
Features:
- Only shows favorite auctions of the authenticated user
- Includes auctions in all statuses (active, awarded, completed)
- Maintains the order in which they were marked as favorites (most recent first)
- Supports pagination to handle long lists
Important fields:
- service_code: Unique auction identifier
- status: Current status (published, awarded, approved, completed)
- is_favorite: Always true (since they are the user's favorites)
- favorite_date: Date when it was marked as favorite
Usage example:
- Carrier marks auctions as favorites from the list
- Queries this list to see only their favorites
- Can filter/sort according to needs
Request
Responses
- 200
- 401
- 403
Paged Favorite Auctions List
Unauthorized
Access denied. Possible causes:
- User not authenticated
- Invalid or expired JWT token