Replay a webhook delivery
Webhooks
Replay a webhook delivery
Re-send a webhook delivery to your endpoint.
Use cases:
- Recover from transient failures after fixing your endpoint
- Test endpoint changes with real historical data
- Retry deliveries that failed due to downtime
How it works:
- Fetches the original payload from the delivery
- Generates a new timestamp and signature
- Sends to your webhook URL immediately
- Returns the result (does not queue for retry if it fails)
Note: The webhook must be enabled to replay deliveries.
POST
Replay a webhook delivery
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The tenant ID
Webhook ID
Delivery ID (UUID) to replay
