{
"data": [
{
"id": "wh_abc123",
"url": "https://your-app.com/webhooks/ringyo",
"events": ["call.completed", "call.recording.ready"],
"description": "Production webhook",
"status": "active",
"last_triggered_at": "2024-01-15T14:22:00Z",
"created_at": "2024-01-10T08:00:00Z"
},
{
"id": "wh_def456",
"url": "https://staging.your-app.com/webhooks/ringyo",
"events": ["*"],
"description": "Staging - all events",
"status": "active",
"last_triggered_at": "2024-01-15T12:00:00Z",
"created_at": "2024-01-12T10:30:00Z"
}
],
"has_more": false,
"next_cursor": null,
"total": 2
}