Create Webhook

Webhook Configuration
A descriptive name to identify this webhook.
Must be an HTTPS URL. Will receive POST requests with JSON payload.
Select the events you want to receive at this endpoint.
Campaign
Ads
Payments
Publishers
Security
Cancel
How It Works
  1. Create this webhook — a signing secret will be generated and shown once.
  2. Use the secret to verify HMAC-SHA256 signatures on incoming requests.
  3. Your endpoint receives JSON POST requests within seconds of events.
  4. Failed deliveries are retried up to 5 times with exponential backoff.

Signature Header:

X-AdServerX-Signature: sha256=<hmac>