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/logs
curl -X GET "https://api.vonative.com/v1/webhooks/logs?webhook_id=wh-uuid-1234" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": [ { "id": "log-uuid-5678", "webhook_id": "wh-uuid-1234", "event": "call.ended", "status": "delivered", "attempts": 1, "delivered_at": "2025-01-15T10:35:00Z" } ] }