# `bird sms 10dlc brands get`

## Usage

```bash
bird sms 10dlc brands get <brand-id> [flags]
```

## Description

Get one 10DLC brand's business identity details and registration status.

## Examples

```bash
bird sms 10dlc brands get <brand-id>
bird sms 10dlc brands get <brand-id> -f text
# find an id to pass
bird sms 10dlc brands list
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                          | Description          |
| ----------------------------------------------------------------------------- | -------------------- |
| [`bird sms 10dlc brands create`](/docs/cli/reference/sms-10dlc-brands-create) | Create a 10DLC brand |
| [`bird sms 10dlc brands delete`](/docs/cli/reference/sms-10dlc-brands-delete) | Delete a 10DLC brand |
| [`bird sms 10dlc brands list`](/docs/cli/reference/sms-10dlc-brands-list)     | List 10DLC brands    |