10DLC
Update 10DLC brand
Update a 10DLC brand in draft status. Cannot update after submission.
patch/v1/10dlc/brands/{brandId}
Path parameters
brandIdstring required
10DLC brand ID.
Request body
Response
Brand updated.
Example response
{
"brand": {
"displayName": "Acme Corp",
"ein": "12-3456789",
"phone": "+14155551234",
"country": "US",
"vertical": "Technology"
}
}