v1

latestOpenAPI 3.0.02026-07-17506168.4 KB
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.