Skip to main content

List Webhooks

GET /webhooks

Returns all webhook endpoints registered for the authenticated clinic.

Scope required: webhook.read

Response 200

{
"data": [
{
"id": "018g1h2i-3j4k-7l5m-n6o7-p8q9r0s1t2u3",
"url": "https://yourapp.com/webhooks/wioclinic",
"events": ["appointment.created", "appointment.cancelled"],
"is_active": true,
"created_at": "2026-01-01T00:00:00+03:00"
}
]
}