Update webhook
Updates a webhook URL, event types, filters, or status. The signing secret is not returned after creation.
Authorizations
Canonical API-key credential. Send X-API-Key: cns_pk_..., or Authorization: Bearer cns_pk_... only as an API-key compatibility alias.
Path Parameters
Webhook subscription ID.
Body
Replacement HTTPS endpoint URL.
Enable or disable delivery.
active, disabled Replacement subscribable event types. On update, omitted eventTypes leaves the current value unchanged; null or an empty array resets to agreement.transitioned.
agreement.transitioned, agreement.notification.triggered Replacement filters. On update, omitted filters leaves the current value unchanged; null or an empty object erases every filter, after which the subscription receives every event it is subscribed to.