Exports shipping lane price data for an individual company/lane into a CSV.
equipment_type: Equipment type the lane was run with - DRY_VAN
, REEFER
or FLATBED
stops: List of stops in the format country:US|postal_code:78701
Successful Response
Validation Error
curl -i -X GET \ 'https://api.shipwell.com/pricing/historical/export?equipment_type=DRY_VAN&stops=string&pickup_radius=0&drop_off_radius=0&shipment_type=Spot&pickup_date.gte=2019-08-24&filter=string&sort=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
null