Skip to main content
PUT
Update webhook settings

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

The identifier for the app.

Body

application/json
targetUrl
string
required

The URL to which webhook events will be sent. It is a string.

throttling
object
required

Response

successful operation

createdAt
string<date-time>
required

The date and time when the webhook settings were created, in ISO 8601 format.

targetUrl
string
required

The URL to which the webhook events will be sent. It is a string.

throttling
object
required
updatedAt
string<date-time>

The date and time when the webhook settings were last updated, in ISO 8601 format.

Last modified on April 14, 2026