d0dcc5024bd1

latestOpenAPI 3.0.42026-08-104969330.3 KB
Webhooks

Update an existing webhook subscription.

Updates webhook URL, events, or active status. Set RegenerateSecret=true to rotate signing secret (returned in response). Use IsActive=true to re-enable auto-disabled webhooks after fixing delivery issues. Secret only included if RegenerateSecret=true.

put/webhooks/{id}

Path parameters

idstring uuid required

The unique identifier of the webhook subscription to update.

Request body

urlstring uri nullable
eventsstring[] nullable
isActiveboolean nullable
regenerateSecretboolean
isTestModeboolean nullable

Response

Webhook updated successfully

idstring uuid
urlstring nullable
eventsstring[] nullable
isActiveboolean
createdUtcstring date-time
updatedUtcstring date-time
disabledReasonstring nullable
secretstring nullable
isTestModeboolean