Update webhook subscription

Update an existing webhook subscription

Path parameters

idstringRequired
Webhook subscription ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
Entity ID

Request

This endpoint expects an object.
webhookUrlstringOptionalformat: "uri"
Updated webhook URL
eventslist of stringsOptional
Updated event types
isActivebooleanOptional

Enable/disable the subscription

Response

Webhook subscription updated successfully