## 

`client.webhooks.events(RequestOptionsoptions?): void`

**** ``

### Example

```typescript
import LinqAPIV3 from '@linqapp/sdk';

const client = new LinqAPIV3({
  apiKey: process.env['LINQ_API_V3_API_KEY'], // This is the default and can be omitted
});

await client.webhooks.events();
```
