---
title: "Resend webhooks of an existing tracker"
method: POST
path: "/public/v1/trackers/{trackerId}/webhook-events/resend"
tags: ["📦 Trackers"]
---

# Resend webhooks of an existing tracker

`POST /public/v1/trackers/{trackerId}/webhook-events/resend`

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.

## Path parameters

- `trackerId` string, required

## Query parameters

- `searchBy` 'trackerId' | 'clientTrackerId'

## Response `201`

Created

- object
  - `data` object
    - `summary` object
      - `totalResent` string — The total number of events resent.

## Other responses

- `401` — Unauthorized - No valid API key provided.
- `403` — Forbidden - The API key provided does not have permissions to perform the request.
- `404` — Not Found - The requested resource does not exist.
- `429` — Rate limit exceeded. The client has sent too many requests in a given amount of time.

---

[API](https://skmtc.net/botbrains-io/apis/ship24-tracking-api.md) · [All operations](https://skmtc.net/botbrains-io/apis/ship24-tracking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/botbrains-io/ship24-tracking-api/revisions/9d68f8b1d086/schema)
