Create Webhook
POST/v1/configs/:configId/environments/:environmentId/webhooks
This endpoint creates a new Webhook in a specified Product
identified by the productId
parameter, which can be obtained from the List Products endpoint.
Request
Responses
- 201
- 400
- 404
- 429
When the creation was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.