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 or manage_webhooks.
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