# Get a webhook Retrieve details of a specific webhook subscription by ID. Endpoint: GET /account/webhooks/{id} Version: 1.0.0 Security: bearer ## Path parameters: - `id` (string, required) Webhook ID (format: wh-) Example: "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890" ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.Webhook" - `id` (string, required) Webhook ID Example: "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `url` (string, required) - `type` (object, required)