# `bird webhooks`

## Usage

```bash
bird webhooks
```

## Description

Manage outbound webhook endpoints — the URLs Bird delivers events to.

Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.

## Commands

| Name                                                          | Description                   |
| ------------------------------------------------------------- | ----------------------------- |
| [`attempts`](/docs/cli/reference/webhooks-attempts)           | List delivery attempts        |
| [`create`](/docs/cli/reference/webhooks-create)               | Create a webhook endpoint     |
| [`delete`](/docs/cli/reference/webhooks-delete)               | Delete a webhook endpoint     |
| [`get`](/docs/cli/reference/webhooks-get)                     | Get a webhook endpoint        |
| [`list`](/docs/cli/reference/webhooks-list)                   | List webhook endpoints        |
| [`rotate-secret`](/docs/cli/reference/webhooks-rotate-secret) | Rotate webhook signing secret |
| [`test`](/docs/cli/reference/webhooks-test)                   | Send a test event             |