Setup a webhook
POST/webhook/configure
Setup a webhook
Request
Responses
- 200
- 400
- 403
Webhook configured successfully
Bad Request
Forbidden: the x-api-key header is missing or the key is not valid.
Callbacks
- POST trackingEvent
POST{$request.body#/targetUrl}
When new tracking events are received for a subscription, this payload is POSTed to the configured webhook URL. The request includes an X-Hook-Signature header containing an HMAC-SHA256 signature for verification.
Callbacks Responses
- 200
Webhook received successfully