---
title: "Retry webhook event"
method: POST
path: "/webhooks/{webhookId}/events/{eventId}"
tags: ["Webhooks"]
---

# Retry webhook event

`POST /webhooks/{webhookId}/events/{eventId}`

Retries sending a failed webhook event. This will attempt to deliver the webhook payload again to the configured endpoint.

## Path parameters

- `webhookId` string, required
- `eventId` string, required

## Response `204`

Webhook event retry initiated successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - User doesn't have access to this webhook or event
- `404` — Webhook or event not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/versions/3ae813325ad6/schema)
