v1
latestOpenAPI 3.0.12026-07-245752052.0 MBcompanies
Submit SMS brand registration for a company
post/api/serviceorganizations/processes/companies/{companyUuid}/smsRegistration
Path parameters
companyUuidstring required
UUID of the company to register
Request body
Example request
{
"vertical": "TRANSPORTATION",
"ein": "12-3456789",
"einLabel": "Acme Corp",
"address": {
"address1": "123 Main St",
"address2": "Suite 100",
"city": "San Francisco",
"state": "CA",
"zip": "94101",
"country": "US"
},
"mainWebsiteUrl": "https://www.acme.com",
"privacyPolicyUrl": "https://www.acme.com/privacy",
"termsOfServiceUrl": "https://www.acme.com/terms",
"contactEmail": "jane.smith@acme.com",
"contactLastName": "Smith",
"contactFirstName": "Jane",
"contactPhone": "+14155552671",
"contactUsUrl": "https://www.acme.com/contact",
"customerSupportEmail": "support@acme.com",
"customerSupportPhone": "+18005551234"
}Response
SMS registration submitted successfully