---
title: "Redeliver Webhook Event"
method: POST
path: "/v1/webhooks/events/{id}/redeliver"
tags: ["webhooks", "public"]
---

# Redeliver Webhook Event

`POST /v1/webhooks/events/{id}/redeliver`

Schedule the re-delivery of a webhook event.

**Scopes**: `webhooks:write`

## Path parameters

- `id` string, uuid4, required — The webhook event ID.

## Response `202`

Webhook event re-delivery scheduled.

- unknown

## Other responses

- `404` — Webhook event not found.
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/versions/964f974aceff/schema)
