curl --request GET \ --url 'https://api.example.com/api/v1/loads?origin_lat=41.8781&origin_lng=-87.6298&origin_radius=50&destination_lat=40.7128&destination_lng=-74.0060&destination_radius=25' \ --header 'Authorization: Bearer API_KEY'
{ "statusCode": 200, "body": { "loads": [ { "reference_number": "LOAD123", "contact": { "name": "John Doe", "email": "john@example.com", "phone": "15552220123", "extension": "123", "type": "assigned" }, "type": "can_get", "stops": [ { "type": "origin", "location": { "city": "Chicago", "state": "IL", "zip": "60601", "country": "US" }, "stop_timestamp_open": "2024-03-20T14:00:00", "stop_timestamp_close": "2024-03-20T16:00:00" }, { "type": "destination", "location": { "city": "New York", "state": "NY", "zip": "10001", "country": "US" }, "stop_timestamp_open": "2024-03-21T14:00:00", "stop_timestamp_close": "2024-03-21T16:00:00" } ], "equipment_type": "Dry Van", "max_buy": 1500.50, "status": "available", "is_partial": false, "posted_carrier_rate": 1200.00, "weight": 40000, "number_of_pieces": 100, "commodity_type": "Automobile Parts", "sale_notes": "This is a test load", "branch": "Chicago", "dimensions": "53 Feet", "miles": 500, "bridge": { "status": "success", "bridge_load_id": "BRK-456789" } } ] } }
Search for loads matching the given criteria
Show Load properties
Show Contact properties
Show Available values
owned
can_get
Show Stop properties
origin
destination
pick
drop
Show Location properties
at_pickup
picked_up
at_delivery
dispatched
delivered
en_route
in_transit
completed
available
covered
unavailable
Show Bridge properties
success
failed
Dry Van
Reefer
Flatbed
Step Deck
Box Truck
Power Only
Was this page helpful?