10DLC
Register a 10DLC Brand
Registers a 10DLC Brand. TCR automatically verifies the brand identity. Only brands with VERIFIED or VETTED_VERIFIED identity status can register 10DLC Campaigns.
post/v3/10dlc/brands
Request body
Example request
{
"dba_name": "Brand",
"company_name": "Company",
"entity_type": "PUBLIC_PROFIT",
"vertical": "PROFESSIONAL",
"ein_taxid": "12-2142342",
"ein_taxid_country": "US",
"website": "Tess.com",
"stock_symbol": null,
"stock_exchange": "NASDAQ",
"first_name": "John",
"last_name": "Doe",
"phone_number": "12046661776",
"email": "support@brand.com",
"street_address": "10, Street name",
"city": "Miami",
"state_or_province": "AL",
"zip": "12345",
"country": "US",
"mock": false
}Response
Returns the registered 10DLC Brand.
Example response
{
"brand_id": "BM20QP9",
"city": "Miami",
"company_name": "Company legal name",
"country": "US",
"created_at": "2024-07-24T08:10:49",
"dba_name": "New Brand",
"ein_taxid": "99999999",
"ein_taxid_country": "US",
"email": "support@brand.com",
"entity_type": "PRIVATE_PROFIT",
"feedback": null,
"first_name": "John",
"last_name": "Dow",
"mock": false,
"phone_number": "12123450099",
"state_or_province": "FL",
"status": "REVIEW",
"stock_exchange": null,
"stock_symbol": null,
"street_address": "10, Street Name",
"updated_at": "2024-07-24T08:10:49",
"vertical": "HEALTHCARE",
"website": "https://brand.com",
"zip": "12345"
}