v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Tracking Requests

Get a single tracking request

Get the details and status of an existing tracking request.

get/tracking_requests/{id}

Query parameters

includestring

Comma delimited list of relations to include. 'tracked_object' is included by default.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "request_number": "ONEYSH9AME650500",
      "request_type": "bill_of_lading",
      "scac": "ONEY"
    }
  }
}