Get tracking statuses
GET
/api/v3/trackingReturns a list of all shipments that match the provided criteria and their tracking updates.
Tracking statuses are not marked as exported by default, please use the Mark as exported endpoint to mark tracking statuses as exported.
Request
Query Params
LatestStatusOnly
boolean
optional
True if only the most recent tracking status should be returned.
Ids
array[string]
required
The ids of objects that should be updated.
Request samples
Responses
Success(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
Too Many Requests(429)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/3334619)[]
optional
#/definitions/3334619
optional
Example
Not configured
Last modified: 2 months ago