Create webhook
POST/webhooks
Creates a new Webhook
for the current user targeting the given url
. Each user is limited to a specific number of active webhooks. If this limit is reached, the create request will result in an error. The limit per user can be found in Tenant
system settings.
Request
Responses
- 201
- 401
- 403
- 422
Successful response.
Unauthorized access.
Access forbidden.
Invalid data provided.