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

# List 10DLC brands

`GET /v1/10dlc/brands`

List 10DLC brand registrations for this project.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

List of brands.

- object
  - `items` TenDlcBrand[], required
    - `id` string, required
    - `entityType` 'PRIVATE_PROFIT' | 'PUBLIC_PROFIT' | 'NON_PROFIT' | 'GOVERNMENT' | 'SOLE_PROPRIETOR', required — Business entity type for 10DLC brand registration.
    - `displayName` string, required — Display name of the brand.
    - `companyName` string, nullable — Legal company name.
    - `ein` string, nullable — Employer Identification Number (EIN).
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, email, required
    - `phone` string, required — Contact phone number in E.164 format.
    - `street` string, required
    - `city` string, required
    - `state` string, required
    - `postalCode` string, required
    - `country` string, required — Two-letter ISO country code.
    - `website` string, uri, nullable
    - `vertical` string, required — Industry vertical.
    - `stockSymbol` string, nullable
    - `stockExchange` string, nullable
    - `status` 'draft' | 'pending' | 'verified' | 'rejected', required — Status of a 10DLC brand registration.
    - `brandScore` integer, nullable — Trust score assigned by TCR after vetting.
    - `brandRelationship` string, nullable
    - `failureReason` string, nullable — Reason for rejection, if applicable.
    - `submittedAt` string, date-time, nullable
    - `verifiedAt` string, date-time, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `nextCursor` string, nullable

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/eb3dc75cc05b/schema)
