v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Webhooks

Replace Webhook

This endpoint replaces the whole value of a Webhook identified by the webhookId parameter.

Important: As this endpoint is doing a complete replace, it's important to set every other attribute that you don't want to change in its original state. Not listing one means it will reset.

put/v1/webhooks/{webhookId}

Path parameters

webhookIdinteger required

The identifier of the Webhook.

Request body

urlstring required

The URL of the Webhook.

contentstring nullable

The HTTP body content.

httpMethod'get' | 'post'

Response

When the replace 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.