Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/webhooks
curl -X GET https://api.vonative.com/v1/webhooks \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": [ { "id": "wh-uuid-1234", "url": "https://myapp.com/webhook/vonative", "events": ["call.started", "call.ended"], "status": "active", "created_at": "2025-01-15T10:30:00Z" } ] }