Retry a failed or permanently failed delivery
Webhooks
Retry Delivery
Queue a failed webhook delivery to be attempted again.
POST
Retry a failed or permanently failed delivery
Queues a failed delivery for another attempt. Use it after fixing the problem on your side, such as a receiver that was down or was rejecting valid signatures.
The retry is signed with your current signing secret, not the one in force when the delivery was first attempted. If you have rotated since, your receiver must know the new secret.
See Webhooks for retry and backoff behaviour.
Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Path Parameters
Delivery ID
Example:
"dlv_9f8e7d6c"
