---
title: "Get A2P brand by ID"
method: GET
path: "/internal/telephony/a2p-brands/{id}"
tags: ["Telephony - A2P Brands"]
---

# Get A2P brand by ID

`GET /internal/telephony/a2p-brands/{id}`

Retrieve a specific A2P brand.

## Path parameters

- `id` string, uuid, required

## Response `200`

A2P brand details

- 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` — 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)
