---
title: "List 10DLC Brands"
method: GET
path: "/v3/10dlc/brands"
tags: ["10DLC"]
---

# List 10DLC Brands

`GET /v3/10dlc/brands`

Returns a paginated list of 10DLC Brands for the authenticated account, filtered by date, name, legal name, and status.

## Query parameters

- `dba_name` string
- `company_name` string
- `entity_type` string
- `status` string
- `country` string
- `show_deleted` boolean
- `ein_taxid` string
- `mock` boolean
- `created_before` string
- `created_after` string
- `page` integer
- `per_page` integer

## Response `200`

Returns a paginated list of 10DLC Brands.

- object — A list of 10DLC Brands
  - `items` TenDLCBrand[], required — A paginated list of 10DLC Brands matching the filter criteria
    - `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.
  - `pagination` object, required — Pagination details
    - `current_page` integer, required — Current page number.
    - `per_page` integer, required — Number of records per page.
    - `total` integer, required — Total number of records.
    - `total_pages` integer, required — Total number of pages.

## Other responses

- `400` — Request failed. Missing or invalid parameter <param_name>
- `403` — Returns when the 10DLC feature is disabled for the account.

---

[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)
