v1
latestOpenAPI 3.0.02026-08-063524105.9 KBTelephony - A2P Brands
Create A2P brand
Register a new A2P brand for 10DLC messaging.
post/internal/telephony/a2p-brands
Request body
Example request
{
"businessName": "Acme Corp",
"displayName": "Acme",
"entityType": "PRIVATE_PROFIT",
"vertical": "TECHNOLOGY",
"ein": "12-3456789"
}Response
A2P brand created
Example response
{
"status": "approved",
"businessName": "Acme Corp",
"ein": "12-3456789"
}