# List webhooks Retrieves a list of webhooks wrapped in the element "results". Endpoint: GET /v3/webhooks Version: 2026-01-08 Security: ZephrHmacHttp ## Response 200 fields (application/json): - `results` (array) - `results.webhook-response` (object) - `results.webhook-response.webhook_id` (string) Example: "01234567890ABCD" - `results.webhook-request` (object) - `results.webhook-request.label` (string) Example: "Test webhook" - `results.webhook-request.triggers` (array) - `results.webhook-request.method` (string) Example: "POST" - `results.webhook-request.target` (string) Example: "http://localhost:9999"