Skip to main content

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:

  1. Carrier checks available auctions
  2. Filters by location/cargo
  3. Selects one to view details and place a bid

Request

Responses

Paged auction list