📦 Trackers
Get an existing tracker
This endpoint return an existing Tracker for a given identifier.
get/public/v1/trackers/{trackerId}
Path parameters
trackerIdstring required
Required Id of the tracker, provided by Ship24 at creation. clientTrackerId can also be used in this field by employing the searchBy parameter.
Query parameters
searchBy'trackerId' | 'clientTrackerId'
Parameter allowing to search either by trackerIdor clientTrackerId. Default behavior is by trackerId.
Response
OK