Create a webhook subscription
POST/api/v1/webhooks
Create a tenant-wide webhook subscription. The signing_secret in the response is shown exactly once — store it now. Rotation = DELETE + re-create. Scope: admin.
Request
Responses
- 201
- 400
- 401
- 403
Subscription created. Copy signing_secret now — it is never returned again.
Missing or invalid parameters
Invalid or missing API key
API key lacks the required scope for this endpoint