List available auctions
GET/truckers/auctions/
Retrieves a paginated list of auctions available to the authenticated carrier.
The returned auctions can be in different states:
- published: Active auctions available for bidding
- awarded: Assigned auctions pending signature
- approved: Approved auctions in progress
- completed: Finished auctions
The carrier will only see auctions where they can participate based on:
- Their geographic location
- Vehicle type
- Cargo capacity
- Service history
Typical use case example:
- Carrier checks available auctions
- Filters by location/cargo
- Selects one to view details and place a bid
Request
Responses
- 200
- 401
- 403
Paged auction list
Unauthorized
Authorization or validation error.
Occurs when the user lacks permissions or the data is invalid.