---
title: "List Brands"
method: GET
path: "/10dlc/brand"
tags: ["Brands"]
---

# List Brands

`GET /10dlc/brand`

This endpoint is used to list all brands associated with your organization.

## Query parameters

- `page` integer
- `recordsPerPage` integer — number of records per page. maximum of 500
- `sort` 'assignedCampaignsCount' | '-assignedCampaignsCount' | 'brandId' | '-brandId' | 'createdAt' | '-createdAt' | 'displayName' | '-displayName' | 'identityStatus' | '-identityStatus' | 'status' | '-status' | 'tcrBrandId' | '-tcrBrandId' — Specifies the sort order for results. If not given, results are sorted by created_at in descending order.
- `displayName` string
- `entityType` string
- `state` string
- `country` string
- `brandId` string
- `tcrBrandId` string

## Response `200`

Successful Response

- BrandRecordSetCSP
  - `records` BrandBasic[]
    - `brandId` string — Unique identifier assigned to the brand.
    - `tcrBrandId` string — Unique identifier assigned to the brand by the registry.
    - `entityType` 'PRIVATE_PROFIT' | 'PUBLIC_PROFIT' | 'NON_PROFIT' | 'GOVERNMENT' | 'SOLE_PROPRIETOR' — Entity type behind the brand. This is the form of business establishment.
    - `identityStatus` 'VERIFIED' | 'UNVERIFIED' | 'SELF_DECLARED' | 'VETTED_VERIFIED' — The verification status of an active brand
    - `companyName` string — (Required for Non-profit/private/public) Legal company name.
    - `displayName` string — Display or marketing name of the brand.
    - `email` string — Valid email address of brand support contact.
    - `website` string — Brand website URL.
    - `failureReasons` string — Failure reasons for brand
    - `status` 'OK' | 'REGISTRATION_PENDING' | 'REGISTRATION_FAILED' — Status of the brand
    - `createdAt` string — Date and time that the brand was created at.
    - `updatedAt` string — Date and time that the brand was last updated at.
    - `assignedCampaingsCount` integer — Number of campaigns associated with the brand
  - `page` integer
  - `totalRecords` integer

## Other responses

- `4XX` — Generic response error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
