Retry webhook request
Retry a failed webhook request delivery.
This endpoint allows you to retry the delivery of a specific webhook request that have failed previously.Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
Upon calling this endpoint, the system will attempt to resend the webhook payload to the original URL using the same method and headers as before.
This is useful for recovering from temporary issues that may have caused the initial delivery to fail.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Path Parameters
Webhook UUID (starts with 'whk_')
Request UUID (starts with 'req_')
Response
Request retried successfully
Record of a webhook execution
Request identifier with 'req_' prefix
"req_abc123..."
UUID of the associated webhook
"whk_abc123..."
UUID of the associated event
"evt_abc123..."
Datetime when the webhook request was created in ISO 8601 format
Current status of the webhook request
PENDING, DELIVERED, RETRYING, FAILED Number of retry attempts made
0
Datetime when the webhook was successfully delivered in ISO 8601 format
HTTP status code from the last delivery attempt
200
Response body from the last delivery attempt (truncated to 4000 chars)
"accepted"
Datetime when the webhook was sent for the last time, in ISO 8601 format

