---
title: "Retrieve a 10DLC Brand"
method: GET
path: "/v3/10dlc/brands/{brand_id}"
tags: ["10DLC"]
---

# Retrieve a 10DLC Brand

`GET /v3/10dlc/brands/{brand_id}`

Returns the 10DLC Brand identified by `brand_id`.

## Path parameters

- `brand_id` string, required

## Response `200`

Returns the 10DLC Brand.

- object — Represents a 10DLC brand registered for application-to-person messaging. A Brand identifies the business behind one or more messaging campaigns.
  - `brand_id` string, required — Unique identifier of the Brand assigned by the registry.
  - `dba_name` string, required — Doing-business-as name, or the public-facing brand name.
  - `company_name` string, required — Registered legal name of the company that owns the Brand.
  - `entity_type` 'PRIVATE_PROFIT' | 'PUBLIC_PROFIT' | 'NON_PROFIT' | 'GOVERNMENT', required — Company entity type.
  - `vertical` string, required — Industry vertical the Brand operates in.
  - `ein_taxid` string, required — IRS Employer Identification Number (EIN) or other tax ID of the company.
  - `ein_taxid_country` string, required — ISO 3166-1 alpha-2 country code where the Tax ID was issued.
  - `status` 'REVIEW' | 'VERIFIED' | 'UNVERIFIED' | 'VETTED_VERIFIED' | 'SUSPENDED', required — Brand identity verification status.
  - `website` string, nullable — Business website URL.
  - `stock_symbol` string, nullable — Stock ticker symbol of the company. Required for publicly traded companies.
  - `stock_exchange` string, nullable — Code of the stock exchange the company is listed on. Required for publicly traded companies.
  - `first_name` string, required — Business contact first name.
  - `last_name` string, required — Business contact last name.
  - `phone_number` string, required — Support contact phone number in E.164 format.
  - `email` string, required — Support contact email address.
  - `street_address` string, required — Street address of the business.
  - `city` string, required — City of the business address.
  - `state_or_province` string, nullable — State or province of the business address.
  - `country` string, required — ISO 3166-1 alpha-2 country code of the business address.
  - `zip` string, required — ZIP or postal code of the business address.
  - `feedback` string, nullable, required — Feedback from the identity verification process explaining the current `status`.
  - `mock` boolean — Indicates whether the Brand is a mock brand for testing.
  - `created_at` string, required — Timestamp when the Brand was created, in ISO 8601 format.
  - `updated_at` string, required — Timestamp when the Brand was last updated, in ISO 8601 format.

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.
- `404` — Returns when the requested 10DLC resource does not exist.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
