Skip to main content

Create Webhook

POST 

/webhooks

Register an HTTPS webhook endpoint to receive event notifications. The response returns the created destination and its signing_secret.

The signing secret is shown exactly once — store it now; it cannot be retrieved later. Use it to verify the signature of incoming webhook deliveries.

Request

Responses

Webhook created. The signing_secret is returned only here.