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
- 201
- 400
- 422
Webhook created. The signing_secret is returned only here.
validation_error — the webhook name or URL was rejected (e.g. a non-HTTPS or non-public URL).
Validation Error