# `bird sms 10dlc brands`

## Usage

```bash
bird sms 10dlc brands
```

## Description

A brand is the business identity a campaign registers under, vetted by The Campaign
Registry through `submissions create`. A rejected brand is corrected and resubmitted
rather than recreated.

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                                                      |
| ----------------------------------------------------------------- | ---------------------------------------------------------------- |
| [`create`](/docs/cli/reference/sms-10dlc-brands-create)           | Create a 10DLC brand                                             |
| [`delete`](/docs/cli/reference/sms-10dlc-brands-delete)           | Delete a 10DLC brand                                             |
| [`get`](/docs/cli/reference/sms-10dlc-brands-get)                 | Get a 10DLC brand                                                |
| [`list`](/docs/cli/reference/sms-10dlc-brands-list)               | List 10DLC brands                                                |
| [`submissions`](/docs/cli/reference/sms-10dlc-brands-submissions) | Submit a 10DLC brand for vetting, and inspect past attempts      |
| [`vettings`](/docs/cli/reference/sms-10dlc-brands-vettings)       | Order external vetting for a 10DLC brand, and read past attempts |