Update webhook subscription

Update an existing webhook subscription

Authentication

AuthorizationBearer

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

Path Parameters

idstringRequired
Webhook subscription ID

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

Errors