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"
    }
  }
}

Changes