webhooks

Name Resource Description
Create a webhook POST api/2.0/settings/webhook Creates a new tenant webhook with the parameters specified in the request.
Disable a webhook PUT api/2.0/settings/webhook/{id} Disables a webhook with the ID specified in the request.
Get webhook logs GET api/2.0/settings/webhooks/log Returns the logs of the webhook activities.
Get webhook settings GET api/2.0/settings/webhooks Returns settings of all webhooks.
Get webhooks GET api/2.0/settings/webhook Returns a list of the tenant webhooks.
Remove a webhook DELETE api/2.0/settings/webhook Removes the tenant webhook with the ID specified in the request.
Retry a webhook PUT api/2.0/settings/webhook/{id}/retry Retries a webhook with the ID specified in the request.
Retry webhooks PUT api/2.0/settings/webhook/retry Retries all the webhooks with the IDs specified in the request.
Update a webhook PUT api/2.0/settings/webhook Updates the tenant webhook with the parameters specified in the request.