Search available auctions
GET/company/bid-auctions/
Endpoint for searching available transport auctions with advanced filters.
Allows filtering by load/unload locations, cargo type, and pagination.
Example usage:
GET /company/bid-auctions?addr_load=Madrid&addr_delivery=Barcelona&page=2
Use cases:
- Carriers searching for available loads
- Companies checking active auctions
- Integration with fleet management systems
Request
Responses
- 200
- 400
- 401
Successful operation
Invalid parameters
Unauthorized - Invalid or missing JWT token