---
title: "Retry a failed webhook"
method: POST
path: "/v4/subscription/webhook/{id}/retry"
tags: ["Notifications"]
---

# Retry a failed webhook

`POST /v4/subscription/webhook/{id}/retry`

/v4/subscription/webhook/{id}/retry

Retry a failed webhook by re-queueing it for delivery. Only webhooks in the failed state can be retried.

## Path parameters

- `id` string, required

## Response `204`

Webhook was queued for retry.

## Other responses

- `400` — Invalid webhook ID or webhook is not in failed state.
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `404` — Webhook was not found for the authenticated API key.
- `409` — Webhook is already queued for retry.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
