Create a webhook endpoint
Register a URL to receive signed event deliveries.
POST
Body
HTTPS URL. HTTP is rejected.
Array of event types or patterns. Supports
*, prefix.*, or exact matches.Human-readable label.
Create in disabled state for staging. You can flip this later.
Returns
The endpoint object, with asecret field (shown once) you can use to verify signatures for this specific endpoint. If omitted, the tenant-wide webhook secret is used.