Skip to main content
POST
/
webhooks
/
{webhook_id}
/
test
Test webhook
curl --request POST \
  --url https://api.dnsradar.dev/webhooks/{webhook_id}/test \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}
This endpoint allows you to send a test payload to your webhook URL to verify that it is set up correctly and can receive notifications.
The test payload simulates a webhook event, allowing you to check the integration without waiting for an actual event to occur.
Tests are limited to 5 per minutes, and 50 per hours to avoid any abuses.

Authorizations

X-Api-Key
string
header
required

API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.

Path Parameters

webhook_id
string
required

Response

Test response

message
string