# Retrieve a webhook Retrieves a webhook. Endpoint: GET /v3/webhooks/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Webhook identifier ## Response 200 fields (application/json): - `webhook-response` (object) - `webhook-response.webhook_id` (string) Example: "01234567890ABCD" - `webhook-request` (object) - `webhook-request.label` (string) Example: "Test webhook" - `webhook-request.triggers` (array) - `webhook-request.method` (string) Example: "POST" - `webhook-request.target` (string) Example: "http://localhost:9999"