List Subscriptions
GET /v1/webhooks
Returns all active webhook subscriptions for your account.
Response 200
{
"data": [
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"tenant_id": "f714f6af-...",
"url": "https://your-app.com/webhooks/quda",
"events": ["account:created", "transaction:posted"],
"active": true,
"created_at": "2026-04-06T22:50:00Z"
}
]
}