# Get webhook details Endpoint: GET /account/webhooks/{id} Version: 3.0.0 Security: bearer ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.Webhook" - `id` (string, required) Example: "wh-9cc2fea1-52d9-484d-aac2-e28d5f7b1104" - `url` (string, required) Example: "https://www.example.org/webhooks/ud" - `type` (string, required) Enum: "OPERATION_FINISHED", "OPERATION_ACTION_REQUIRED"