10DLC
Retrieve a 10DLC Brand
Returns the 10DLC Brand identified by brand_id.
get/v3/10dlc/brands/{brand_id}
Path parameters
brand_idstring required
Example:BM20QP9
The unique ID of the 10DLC Brand.
Response
Returns the 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": "VERIFIED",
"stock_exchange": null,
"stock_symbol": null,
"street_address": "10, Street Name",
"updated_at": "2024-07-24T08:29:09",
"vertical": "HEALTHCARE",
"website": "https://brand.com",
"zip": "12345"
}