> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List webhooks

> Get all webhook subscriptions.

Returns all webhook endpoints configured for the authenticated user's organization.

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": [
      {
        "id": "dd0e8400-e29b-41d4-a716-446655440008",
        "url": "https://myapp.com/webhooks/surefeedback",
        "events": ["comment.created", "comment.resolved"],
        "is_active": true,
        "created_at": "2026-01-01T00:00:00Z"
      }
    ]
  }
  ```
</ResponseExample>
