Deprecation Notice
This version (v1) will be removed by 31 March 2026.
Update a Webhook
Update a webhook with the provided details.
PATCH /integrations/webhook/{hook_id}/
Headers
| Name | Value |
|---|---|
| Authorization | Bearer Base64Encoded(Client ID:Client Secret) |
| Content-Type | application/json |
Payload
Response
{
"success": true,
"message": "Successfully updated webhook",
"data": {
"id": 123,
"event": "call.status",
"active": true,
"callback_url": "CALLBACK_URL",
"created_at": "",
"updated_at": ""
}
}