Create Webhook
Webhook Configuration
How It Works
- Create this webhook — a signing secret will be generated and shown once.
- Use the secret to verify HMAC-SHA256 signatures on incoming requests.
- Your endpoint receives JSON POST requests within seconds of events.
- Failed deliveries are retried up to 5 times with exponential backoff.
Signature Header:
X-AdServerX-Signature: sha256=<hmac>