# Get list of your webhooks Endpoint: GET /account/webhooks Version: 3.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) Example: "wh-9cc2fea1-52d9-484d-aac2-e28d5f7b1104" - `items.url` (string, required) Example: "https://www.example.org/webhooks/ud" - `items.type` (string, required) Enum: "OPERATION_FINISHED", "OPERATION_ACTION_REQUIRED" - `next` (any, required)