---
title: "Create A2P brand"
method: POST
path: "/internal/telephony/a2p-brands"
tags: ["Telephony - A2P Brands"]
---

# Create A2P brand

`POST /internal/telephony/a2p-brands`

Register a new A2P brand for 10DLC messaging.

## Request body

- CreateA2PBrand
  - `workspaceId` string, uuid, required — Workspace ID
  - `businessName` string, required — Business name
  - `displayName` string, required — Display name
  - `entityType` 'PRIVATE_PROFIT' | 'PUBLIC_PROFIT' | 'NON_PROFIT' | 'SOLE_PROPRIETOR' | 'GOVERNMENT', required — Business entity type
  - `vertical` 'AGRICULTURE' | 'COMMUNICATION' | 'CONSTRUCTION' | 'EDUCATION' | 'ENERGY' | 'ENTERTAINMENT' | 'FINANCIAL' | 'GAMBLING' | 'GOVERNMENT' | 'HEALTHCARE' | 'HOSPITALITY' | 'HUMAN_RESOURCES' | 'INSURANCE' | 'LEGAL' | 'MANUFACTURING' | 'NGO' | 'POLITICAL' | 'POSTAL' | 'PROFESSIONAL' | 'REAL_ESTATE' | 'RETAIL' | 'TECHNOLOGY' | 'TRANSPORTATION', required — Business vertical
  - `ein` string — EIN
  - `firstName` string
  - `lastName` string
  - `phone` string
  - `email` string, email
  - `street` string
  - `city` string
  - `state` string
  - `postalCode` string
  - `country` string
  - `website` string, uri
  - `isReseller` boolean

## Response `201`

A2P brand created

- 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

- `400` — Validation error
- `401` — Unauthorized
- `403` — Forbidden

---

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