Update a webhookCopy Pagepatch https://sandbox.uk.rootplatform.com/v1/insurance/webhooks/{webhook_id}Path Paramswebhook_idstringrequiredThe unique identifier of the webhook.Body ParamsnamestringThe webhook name.descriptionstringAn optional description for the webhook.verification_tokenstringAn optional token to set on the webhook, used as an additional verification step for the payload (see the introduction for more details).urlstringThe URL that the webhook will POST payloads to.subscriptionsarray of objectsAn array of events that this webhook should subscribe to (see webhook subscriptions for more details). Note: this will replace the existing subscriptions for the webhook.subscriptionsShow 54 enum valuesADD stringuser_group_iduuid | nullAn optional user group ID to associate with the webhook. When set, only events from entities belonging to this user group will trigger the webhook. Set to null to remove the user group association.Response 200SuccessUpdated 3 months ago Did this page help you?YesNo