webhooks

Update webhook

Updates the callback URL and scopes of an existing webhook.

put/webhooks/{id}

Path parameters

idinteger required

Webhook identifier.

Request body

callbackURLstring uri required

URL that will receive webhook event POST requests.

scopesstring[] required

Event scopes to subscribe to.

Response

Webhook updated.

Changes