Create a tracker
This endpoint allows you to create a new Tracker, based on the specified information. Once a Tracker is created, you will be able to receive webhook notifications and/or fetch its tracking result.
This endpoint is idempotent, any subsequent calls with the same parameters won't duplicate Tracker. However, providing different information in any of the fields will create a new Tracker, as it will be considered as a new shipment.
Request body
Response
Created
Changes
Changed in 1 of the 3 revisions of this API.234
- ▲
the
request property's minLength was increased from0to1request-property-min-length-increased
- ▲
added the pattern
^[a-zA-Z0-9- ._/]*$to the request propertyrequest-property-pattern-added
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ●
deleted the
headerrequest parameterContent-Typerequest-parameter-removed
- ●
the
request property's maxLength was set to32request-property-max-length-set
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-security-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ▲