Update webhook subscription
Update an existing webhook subscription
Path parameters
id
Webhook subscription ID
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
Entity ID
Request
This endpoint expects an object.
webhookUrl
Updated webhook URL
events
Updated event types
isActive
Enable/disable the subscription
Response
Webhook subscription updated successfully