Developer API

Below are the primary endpoints available for integrating with TrackCargo.

MethodEndpointDescription
POST/api/v1/client-orders/createCreate a new order
GET/api/v1/client-orders/{orderId}Get order details
GET/api/v1/client-orders/{orderId}/trackingOrder tracking status
GET/api/v1/client-orders/recentList recent orders
GET/api/v1/client-orders/airList air orders
GET/api/v1/client-orders/seaList sea orders
GET/api/v1/client-orders/sea/overviewSea shipments overview
GET/api/v1/client-orders/air/overviewAir shipments overview
POST/api/tracking/api/v1/services/{type}/{user}Initiate tracking (legacy)
GET/api/tracking/api/v1/services/retrieve/{user}/{type}/{id}Retrieve tracking details (legacy)
GET/api/tracking/api/v1/active-airlinesSupported airlines
GET/api/tracking/api/v1/active-shipping-linesSupported shipping lines
View OpenAPI Specification