Skip to main content

Setup a webhook

POST 

/webhook/configure

Setup a webhook

Request

Responses

Webhook configured successfully

Callbacks

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

Webhook received successfully