curl -X GET "https://api.danubeai.com/v1/webhooks" \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
[ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "url": "https://example.com/webhooks/danube", "events": ["tool.execution.completed", "tool.execution.failed"], "is_active": true, "description": "Production monitoring", "created_at": "2026-02-20T10:00:00Z", "updated_at": "2026-02-20T10:00:00Z" } ]
List all webhooks for the authenticated user
Documentation IndexFetch the complete documentation index at: https://docs.danubeai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.danubeai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <token>