Skip to content

FTL API (1.0.0)

API documentation for FTL Operations

Languages
Servers
Sandbox Server
https://apitest.drayeasy.com/
Production Server
https://api.drayeasy.com/

FTL Quotes

FTL Quotes

Operations

FTL Shipments

FTL Shipments

Operations

FTL Tracking

FTL Tracking

Operations

Get FTL shipment tracking information

Request

This endpoint allows you to get FTL shipment tracking information. Max 50 order numbers can be passed. Order numbers should be comma separated.

Security
bearerAuth
Query
order_numbersstringrequired

A list of order numbers separated by commas. Max 50 order numbers can be passed.

Example: order_numbers=123,456,789
curl -i -X GET \
  'https://apitest.drayeasy.com/api/v2/ftl/shipments/tracking?order_numbers=123%2C456%2C789' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

List of FTL shipment tracking information

Bodyapplication/json
dataArray of objects(FTLShipmentTrackingInfo)
Response
application/json
{ "data": [ {} ] }