---
title: "List A2P brands"
method: GET
path: "/internal/telephony/a2p-brands"
tags: ["Telephony - A2P Brands"]
---

# List A2P brands

`GET /internal/telephony/a2p-brands`

List all A2P brands (10DLC) in a workspace.

## Query parameters

- `workspaceId` string, uuid, required

## Response `200`

A2P brands list

- A2PBrand[]
  - `id` string, uuid, required — Unique identifier
  - `workspaceId` string, uuid, required — Workspace ID
  - `providerId` string, nullable, required — Provider brand ID
  - `status` 'pending' | 'approved' | 'failed', required — Brand status
  - `businessName` string, required — Business name
  - `ein` string, nullable, required — EIN number
  - `createdAt` string, date-time, required — Creation timestamp
  - `updatedAt` string, date-time, required — Last update timestamp

## Other responses

- `401` — Unauthorized
- `404` — Workspace not found

---

[API](https://skmtc.net/nedzo/apis/nedzo-api.md) · [All operations](https://skmtc.net/nedzo/apis/nedzo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nedzo/nedzo-api/versions/f2607cdb56fa/schema)
