# List Webhooks Retrieves a list of webhooks for the authenticated practice group. Endpoint: GET /v1/webhooks Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Query parameters: - `event_type` (string) ## Response 200 fields (application/json): - `data` (array, required) - `data.id` (string, required) - `data.event_type` (string, required) - `data.url` (string, required) - `data.signing_key` (string) - `data.headers` (object) - `data.created_at` (string, required) - `data.updated_at` (string, required) - `count` (number, required) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 500 fields