# `bird sms tfn verifications`

## Usage

```bash
bird sms tfn verifications
```

## Description

`requirements` says what the carriers ask for and what you have already supplied, and a
draft is filled in over as many `update` calls as you need. Submitting is not here: it
hands the dossier to the carrier for a non-refundable fee, so a person authorizes it.

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.

## Commands

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