v3

latestOpenAPI 3.1.0raw.githubusercontent.com2025-07-02111260.6 KB
📦 Trackers

Resend webhooks of an existing tracker

This endpoint allows to resend all webhook messages of an existing tracker.

This can be useful in case you missed some webhook messages or if you need to reprocess them for any reason.

post/public/v1/trackers/{trackerId}/webhook-events/resend

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

Created