Webhook Deliveries
Redeliver webhook
Triggers a fresh delivery attempt of the event to the same webhook subscription.
post/v1/webhook_deliveries/{id}/redeliver
Path parameters
idstring uuid required
Unique identifier of the webhook delivery.
Headers
Idempotency-Keystring
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Response
The new webhook delivery resource