v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
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

entityType'PRIVATE_PROFIT' | 'PUBLIC_PROFIT' | 'NON_PROFIT' | 'GOVERNMENT' | 'SOLE_PROPRIETOR'

Business entity type for 10DLC brand registration.

displayNamestring
companyNamestring
einstring
firstNamestring
lastNamestring
emailstring email
phonestring
streetstring
citystring
statestring
postalCodestring
countrystring
websitestring uri
verticalstring
stockSymbolstring
stockExchangestring

Response

Brand updated.

Example response

{
  "brand": {
    "displayName": "Acme Corp",
    "ein": "12-3456789",
    "phone": "+14155551234",
    "country": "US",
    "vertical": "Technology"
  }
}