Version 4.0.0 of project44's API
Version 4.0.0 of project44's API
query
Return only results where the percentage of tracked shipments in the past 365 days that were delivered within 2 hours of the scheduled time is above the given value
Return only results where the percentage of tracked shipments in the past 365 days that were picked up within 2 hours of the scheduled time is above the given value
Return only results where the percentage of tracked shipments in the past 365 days which received at least one tracking update is above the given value
Return only results where the number of shipments tracked in the past 365 days is above the given value
Use the following metric to sort results. Defaults to SHIPMENT_VOLUME
curl -i -X POST \ https://developers.project44.com/_mock/guides/shippers/visibility/ftl/api/api/v4/tl/connected-capacity/carriers/search \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "carrierIdentifier": { "type": "SCAC", "value": "string" }, "minimumDeliveryScheduleReliability": 0, "minimumPickupScheduleReliability": 0, "minimumTrackingPercentage": 0, "minimumVolume": "VOLUME_0_TO_10_SHIPMENTS", "sortBy": "SHIPMENT_VOLUME", "sortDirection": "ASC" }'
{ "carrierPerformances": [ { … } ] }
query
Return only results where the percentage of tracked shipments in the past 365 days that were delivered within 2 hours of the scheduled time is above the given value
Return only results where the percentage of tracked shipments in the past 365 days that were picked up within 2 hours of the scheduled time is above the given value
Return only results where the percentage of tracked shipments in the past 365 days which received at least one tracking update is above the given value
Return only results where the number of shipments tracked in the past 365 days is above the given value
Use the following metric to sort results. Defaults to SHIPMENT_VOLUME
curl -i -X POST \ https://developers.project44.com/_mock/guides/shippers/visibility/ftl/api/api/v4/tl/connected-capacity/lanes/search \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "carrierIdentifier": { "type": "SCAC", "value": "string" }, "destination": { "postalCode": "string", "addressLines": [ "str" ], "city": "string", "state": "string", "country": "US" }, "minimumDeliveryScheduleReliability": 0, "minimumPickupScheduleReliability": 0, "minimumTrackingPercentage": 0, "minimumVolume": "VOLUME_0_TO_10_SHIPMENTS", "origin": { "postalCode": "string", "addressLines": [ "str" ], "city": "string", "state": "string", "country": "US" }, "sortBy": "SHIPMENT_VOLUME", "sortDirection": "ASC" }'
{ "carrierLanePerformances": [ { … } ] }