Webhook - Monitoring Notifications
Webhooks allow you to receive real-time notifications when domain monitoring events occur, eliminating the need for polling. The API will automatically push events to your registered webhook.
Managing Webhook Endpoints
curl -X GET {baseurl}/api/v1/user-webhooks/{id} \
-H "Authorization: Bearer <token>"curl -X PATCH {baseurl}/api/v1/user-webhooks/{id} \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-app.com/webhooks/new-endpoint",
"enabled": true
}'curl -X POST {baseurl}/api/v1/user-webhooks/{id}/regenerate-secret \
-H "Authorization: Bearer <token>"Webhook Payload Format
Field
Type
Required
Description
Webhook Delivery Logs
Parameter
Type
Default
Description
Status
Description
Webhook Retry Policy
Webhook Security
Header
Description
Example
Last updated

