---
title: "Retry webhook delivery"
method: POST
path: "/webhooks/{webhookId}/logs/{logId}/retry"
tags: ["Webhook Logs"]
---

# Retry webhook delivery

`POST /webhooks/{webhookId}/logs/{logId}/retry`

Retry sending a webhook that previously failed

## Path parameters

- `webhookId` string, uuid, required
- `logId` string, uuid, required

## Response `202`

The request has been accepted for processing, but processing has not yet completed.

## Other responses

- `400` — The request is missing required parameters or has invalid parameters
- `401` — Missing or invalid token
- `403` — User does not have permission to access this resource
- `500` — Server error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
