# `bird email domains verify`

## Usage

```bash
bird email domains verify <domain-id> [flags]
```

## Description

Trigger a DNS verification check for a sending domain and return the refreshed domain with per-record results. Safe to repeat while waiting for DNS propagation.

## Procedure

Step 2 of 2 of "Register and verify a sending domain". Previous: bird email domains create.

## Examples

```bash
bird email domains verify <id>
```

## Options

| Name                | Description                                                  |
| ------------------- | ------------------------------------------------------------ |
| `--idempotency-key` | Deduplication key; a retry with the same key won't act twice |
| `--response-schema` | Print the fields this command returns, then exit             |

## Related

| Name                                                                    | Description                                                        |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [`bird email domains create`](/docs/cli/reference/email-domains-create) | Register a sending domain and return the DNS records to configure. |
| [`bird email domains delete`](/docs/cli/reference/email-domains-delete) | Delete a sending domain                                            |
| [`bird email domains get`](/docs/cli/reference/email-domains-get)       | Get a sending domain                                               |
| [`bird email domains list`](/docs/cli/reference/email-domains-list)     | List sending domains                                               |
| [`bird email domains update`](/docs/cli/reference/email-domains-update) | Update a sending domain's tracking settings and tracking domain.   |