# Create a Webhook

**POST** `/webhooks/`

Create a Webhook

## Request

### Request Body

- `application/json` — WebhookRequest (object) required: name, url, event_types

### Responses

- `201`: The created Webhook
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
