Skip to main content

Get Shipment Tracking

GET 

/api/shipment-trackings/:tracking

Single tracking row with the FULL event timeline + integration instance descriptor. Powers the per-row timeline detail view in the Delivery Exceptions view and on entity detail pages.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Response adds the following on top of the listing shape:

  • events — ordered array of carrier events (events_payload JSON column)
  • registration_error — last registration error string from 17TRACK if any
  • integration_instance — the parent instance { id, name }

Responses:

  • 200 OK — detail payload
  • 404 Not Found — tracking ID does not exist

Request

Responses

OK

Response Headers
    Content-Type