v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBWebhooks Integration
Update a webhook
Updates the endpoint with the name <WEBHOOK_NAME>.
put/api/v1/integration/webhooks/configuration/webhooks/{webhook_name}
Path parameters
webhook_namestring required
The name of the webhook.
Request body
Example request
{
"name": "WEBHOOK_NAME",
"url": "https://example.com/webhook"
}Response
OK
Example response
{
"name": "WEBHOOK_NAME",
"url": "https://example.com/webhook"
}