Redrive failed deliveries
POST/openapi/v1/webhooks/:webhookId/redrive
Replay failed deliveries from the audit history. Body filters by startTimeMillis / endTimeMillis and/or outcomes (e.g. ["FAILED_RETRYABLE", "EXHAUSTED"]). Each unique deliveryId is replayed once with the original stored payload. Truncated payloads (rare; > 64KB) are skipped — the receiver would see incomplete data.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error