# List Webhooks

**GET** `/webhooks/`

List Webhooks

## Request

### Parameters

- `enabled` (query, boolean): Only Webhooks matching the selected 'enabled' state will be returned.

E.g. `/webhooks/?enabled=true`

- `event_type` (query, string): Only Webhooks matching the selected event_type or event_types will be returned.

E.g. `/webhooks/?event_type=bundle_sent`
E.g. `/webhooks/?event_type__in=bundle_error,bundle_cancelled`

### Responses

- `200`: A response with a list of Webhooks
  - Content types: `application/json`
