# Get Client WebHooks List

## The Webhook object

```json
{"openapi":"3.0.3","info":{"title":"TeloAI API","version":"1.0.0"},"components":{"schemas":{"Webhook":{"type":"object","required":["id","url","events"],"properties":{"id":{"type":"string"},"url":{"type":"string","format":"uri"},"events":{"type":"array","items":{"type":"string"}}}}}}}
```
