Replay a webhook delivery
Webhooks
Replay a webhook delivery
Queue another attempt at a delivery that stopped, once you have fixed your endpoint.
Replay re-sends one delivery; it does not re-read the feed. To catch up on events that were never queued for this endpoint at all, use List ICP signals.
Only exhausted and rejected deliveries can be replayed. A pending one is already going to be attempted, and a delivered one would arrive at your endpoint twice; both return 409.
POST
Replay a webhook delivery
Authorizations
Account API key passed in the Authorization header
Path Parameters
Delivery UUID.
Query Parameters
Target account UUID. Required for staff; ignored for customer keys.