Get carriers for an auction
GET/company/my_carriers/selected/:auctionCode
Returns the selected carriers for a specific auction. Requires JWT authentication.
Use cases:
- Get the carriers assigned to a specific auction
- Verify which carriers will participate in an operation
- Prepare information for contacting carriers
Notes:
- If the auction is not for providers (for_providers=false), returns an empty array
- If the auction has no providers assigned, returns an empty array
- Carriers are identified by their taxid in the auction's provider list
Request
Responses
- 200
- 400
- 401
Carrier list for the auction
Response Headers
Auction not found or invalid parameters
Response Headers
Unauthorized. Invalid or missing JWT token.