Security
OrgTokenBearer
- Mock serverhttps://developers.loadlink.ca/_mock/fm-integration/openapi/v2/leads/loads/{token}
- Devhttps://azdevgateway.loadlink.ca/freight-matching/v2/leads/loads/{token}
curl -i -X GET \
https://developers.loadlink.ca/_mock/fm-integration/openapi/v2/leads/loads/123456 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Leads for the load posting
Array []
Single-letter vehicle size code the matched equipment offers — see GET /v2/reference/vehicle-sizes.
Single-letter vehicle type code(s) the matched equipment offers — see GET /v2/reference/vehicle-types.
Distance in miles from the load posting's source to the matched equipment's source ("Distance From Origin").
Distance in miles from the load posting's destination to the matched equipment's destination ("Distance From Destination").
Single-letter vehicle attribute code(s) the matched equipment offers, if any — see GET /v2/reference/vehicle-attributes.
Subscriber type of the account that posted the matched equipment, if available.
Response
[ { "loadToken": 123456, "dateAvail": "2026-07-20T08:00:00Z", "srceCountry": "CA", "srceCity": "Brampton", "srceSt": "ON", "srceLong": -79.759, "srceLat": 43.684, "destCountry": "CA", "destCity": "Surrey", "destSt": "BC", "destLong": -122.8235, "destLat": 49.1046, "vehicleSize": "T", "vehicleType": "VR", "comment": "No tarps", "dfo": 12.4, "dfd": 8, "dirO": "N", "postingAttrib": "AZ", "createdOn": "2026-07-15T11:00:00Z", "equipmentToken": 654321, "subscriberType": "Carrier", "length": 53, "weight": 45000, "rate": 2.15, "currency": 0, "company": { … } } ]