10DLC
Create 10DLC brand
Create a 10DLC brand registration. The brand starts in draft status. Submit it for review using the submit endpoint.
post/v1/10dlc/brands
Request body
Example request
{
"displayName": "Acme Corp",
"ein": "12-3456789",
"phone": "+14155551234",
"country": "US",
"vertical": "Technology"
}Response
Brand created in draft status.
Example response
{
"brand": {
"displayName": "Acme Corp",
"ein": "12-3456789",
"phone": "+14155551234",
"country": "US",
"vertical": "Technology"
}
}