v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Webhooks

Create Webhook

This endpoint creates a new Webhook in a specified Product identified by the productId parameter, which can be obtained from the List Products endpoint.

post/v1/configs/{configId}/environments/{environmentId}/webhooks

Path parameters

configIdstring uuid required

The identifier of the Config.

environmentIdstring uuid required

The identifier of the Environment.

Request body

urlstring required

The URL of the Webhook.

contentstring nullable

The HTTP body content.

httpMethod'get' | 'post'

Response

When the creation was successful.

webhookIdinteger required

The identifier of the Webhook.

urlstring required

The URL of the Webhook.

httpMethod'get' | 'post' required
contentstring nullable required

The HTTP body content.