Re-drive events from the webhook dead-letter queue

Replays up to limit permanently-failed events from the DLQ back into the delivery queue. Each replayed event gets a fresh attempt budget. Intended for manual recovery after fixing a broken webhook endpoint.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
limitintegerOptional1-1000Defaults to 100
Cap on the number of events replayed in a single call so a stray button click cannot unleash 100k retries against a dead endpoint.

Response

Replay result
replayedinteger