Create Webhook
create_webhookRegister a new webhook endpoint to receive event notifications. The URL must use HTTPS. Optional Authorization or X-API-Key headers are encrypted and sent with every delivery. The webhook secret is returned only once - save it to verify incoming payloads with HMAC-SHA256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL that will receive webhook POST requests | |
| events | Yes | Event types to subscribe to, e.g. ["domain.purchased", "dns.updated"]. Use list_webhook_events to see all available types. | |
| headers | No | Optional auth headers. Only Authorization and X-API-Key are accepted; values are encrypted and never returned. |