# List webhook endpoints Endpoint: GET /v1/webhooks/endpoints Version: 2.0.0 Security: oAuth2 ## Response 200 fields (application/json): - `items` (array) - `items.endpointId` (string, required) Example: "whk_01JH..." - `items.url` (string, required) - `items.events` (array, required) - `items.enabled` (boolean) - `items.createdAt` (string, required) ## Response 401 fields