Create 10DLC Brand
POST Request
curl https://v1.api19.com/campaigns/brand/create \
-d 'key=api_token' \
-d 'companyType=PRIVATE_PROFIT' \
-d 'ein=123456789' \
-d 'inputCountry=US' \
-d 'vertical=PROFESSIONAL' \
-d 'businessname1=Company Name' \
-d 'FirstName=John' \
-d 'LastName=Doe' \
-d 'Address1=123 Main St' \
-d 'City=Denver' \
-d 'inputState=CO' \
-d 'Zip=80202' \
-d '[email protected]' \
-d 'Website=https://example.com' \
-d 'phonenumber=3035551234'{
"status": "ok"
}Parameters
Parameter
Required
Description
Last updated