Skip to main content
GET
/
v1
/
10dlc
/
brand
/
{brand_id}
Get Brand Details
curl --request GET \
  --url https://api.example.com/v1/10dlc/brand/{brand_id} \
  --header 'X-API-Key: <x-api-key>'
Retrieve full details for a specific 10DLC brand, including current status and registration information.

Authentication

X-API-Key
string
required
Your API key

Path Parameters

brand_id
string
required
Brand registration ID (e.g., B4KRR4F)

Example Request

curl -X GET "https://api.teli.ai/v1/10dlc/brand/B4KRR4F" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

200
{
  "brandId": "B4KRR4F",
  "entityType": "PRIVATE_PROFIT",
  "companyName": "My Company LLC",
  "displayName": "My Company",
  "ein": "123456789",
  "vertical": "REAL_ESTATE",
  "phone": "+13135551234",
  "email": "admin@mycompany.com",
  "street": "123 Main St",
  "city": "Detroit",
  "state": "MI",
  "postalCode": "48201",
  "country": "US",
  "website": "https://mycompany.com",
  "brandRelationship": "BASIC_ACCOUNT",
  "identityStatus": "VERIFIED",
  "status": "ACTIVE",
  "powered_by": "Teli"
}

Brand Status Values

StatusDescription
ACTIVEBrand is approved and can be used for campaigns
PENDINGBrand is under review
REJECTEDBrand registration was rejected