curl -X PATCH "https://api.danubeai.com/v1/webhooks/f47ac10b-58cc-4372-a567-0e02b2c3d479" \ -H "Authorization: Bearer YOUR_JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"is_active": false}'
{ "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "url": "https://example.com/webhooks/danube", "events": ["tool.execution.completed", "tool.execution.failed"], "is_active": false, "description": "Production monitoring", "created_at": "2026-02-20T10:00:00Z", "updated_at": "2026-02-24T15:30:00Z" }
Update a webhook URL, events, or active status
Authorization: Bearer <token>
https://
false
true