# List webhooks Retrieve all webhook subscriptions configured for your account. Endpoint: GET /account/webhooks Version: 1.0.0 Security: bearer ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.CursorList" - `items` (array, required) - `items.id` (string, required) Webhook ID Example: "wh-a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `items.url` (string, required) - `items.type` (object, required) - `next` (object,null, required) - `next.cursor` (string)