Create a 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 you reach this limit the create request will result in 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.