# `bird sms tfn verifications requirements`

## Usage

```bash
bird sms tfn verifications requirements [flags]
```

## Description

Lists everything the carriers ask for before they will review a toll-free verification, in the order to present it, with what you have already supplied and where each item stands. Read it with no verification named to get the blank form before starting one, or name a verification to see its own answers. An item's `state` says where it stands, and this read emits five: `not_supplied` asks you for the value; `supplied` means a draft holds it; `in_review` means the carrier holds the whole dossier, so nothing can change; `approved` and `rejected` are the carrier's verdict on the dossier, shared by every supplied item, and `reason` carries its words on a refusal. The set is open, since review can gain stages; a state you do not recognise is not yours to act on.

## Examples

```bash
bird sms tfn verifications requirements
```

## Options

| Name                | Description                                                                                                                                                                                                                                                                                                                                                            |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--identity-id`     | Prefill the business and contact details from a party you have already described. Requirements that ask about the party come back carrying its answers, marked prefilled; the messaging and opt-in requirements never prefill because you write those fresh for each verification. Anything you have already filed for this verification wins over the party's answer. |
| `--response-schema` | Print the fields this command returns, then exit                                                                                                                                                                                                                                                                                                                       |
| `--verification-id` | Return the answers already filed against this verification, and the carrier's response to them. Omit it for the blank form.                                                                                                                                                                                                                                            |

## Related

| Name                                                                                    | Description                       |
| --------------------------------------------------------------------------------------- | --------------------------------- |
| [`bird sms tfn verifications cancel`](/docs/cli/reference/sms-tfn-verifications-cancel) | Cancel a toll-free verification   |
| [`bird sms tfn verifications create`](/docs/cli/reference/sms-tfn-verifications-create) | Create a toll-free verification   |
| [`bird sms tfn verifications get`](/docs/cli/reference/sms-tfn-verifications-get)       | Get a toll-free verification      |
| [`bird sms tfn verifications list`](/docs/cli/reference/sms-tfn-verifications-list)     | List your toll-free verifications |
| [`bird sms tfn verifications update`](/docs/cli/reference/sms-tfn-verifications-update) | Update a toll-free verification   |