Skip to main content
POST
Create 10DLC brand

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entityType
enum<string>
required

Business entity type for 10DLC brand registration.

Available options:
PRIVATE_PROFIT,
PUBLIC_PROFIT,
NON_PROFIT,
GOVERNMENT,
SOLE_PROPRIETOR
displayName
string
required

Display name of the brand.

Maximum string length: 100
Example:

"Acme Corp"

email
string<email>
required
phone
string
required

Contact phone in E.164 format.

Example:

"+14155551234"

street
string
required
Maximum string length: 200
city
string
required
Maximum string length: 100
state
string
required
Maximum string length: 50
postalCode
string
required
Maximum string length: 20
country
string
required

Two-letter ISO country code.

Required string length: 2
Example:

"US"

vertical
string
required

Industry vertical.

Maximum string length: 50
Example:

"Technology"

companyName
string

Legal company name.

Maximum string length: 200
ein
string

Employer Identification Number (format: XX-XXXXXXX).

Example:

"12-3456789"

firstName
string
Maximum string length: 50
lastName
string
Maximum string length: 50
website
string<uri>
stockSymbol
string
Maximum string length: 10
stockExchange
string
Maximum string length: 50

Response

Brand created in draft status.

brand
object
required