v1

latestOpenAPI 3.0.3Proprietary2026-07-13172948.0 KB

Updates an existing webhook configuration. All fields are optional.

put/v2/webhooks/{webhook_id}

Path parameters

webhook_idstring uuid required

The UUID of the webhook to update

Request body

namestring

A friendly name for this webhook.

urlstring uri

The HTTPS URL where webhook payloads will be sent.

eventsstring[]

List of event types to subscribe to.

custom_headersCustomHeaders

Custom HTTP headers to send with webhook requests.

is_activeboolean

Enable or disable the webhook.

Response

Webhook updated successfully

messagestring required