Skip to main content
PUT
Update a subscription
Updates the URL or events of an existing webhook subscription. You cannot change the resource — delete the subscription and create a new one instead.

Path parameters

integer
required
The webhook subscription ID.

Request body

string
The new URL to receive webhook deliveries. Must be a valid URL (max 2048 characters).
array
Updated array of trigger events. Must be a subset of the resource’s supported triggers.

Request

Response

Returns the updated subscription. Example response:

Errors