Update Webhook
PUT /webhooks/:webhookId
Updates the definition of an existing webhook.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Permissions Required
Webhooks:Update
Request Body
url
String - Optional
The webhook endpoint url where events will be pushed. The url needs to be a valid http / https url.
description
String - Optional
Description of what the endpoint is for.
status
String - Optional
Possible values: Enabled
| Disabled
. If webhook status is Disabled
, no event will be pushed to the webhook endpoint. If status
is not specified, default status is Enabled
.
events
String List - Required
Response
id
String
ID of the webhook
url
String
See above
description
String
See above
status
String
See above
events
String List
See above
dateCreated
String
ISO 8601 string representing date of creation of the webhook
dateUpdated
String
ISO 8601 string representing date of update of the webhook
Last updated