Campaign Registry: Brands
Create brand
Creates a new brand for 10DLC registration.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Messaging and Numbers.
Learn more about API scopes.
post/api/relay/rest/registry/beta/brands
Request body
Example request
{
"name": "My Brand",
"company_name": "BrandCo",
"contact_email": "brand_info@example.com",
"contact_phone": "+18995551212",
"ein_issuing_country": "United States",
"ein": "12-3456789",
"company_address": "123 Brand St, Hill Valley CA, 91905",
"company_website": "www.example.com",
"status_callback_url": "https://example.com/handle_callback"
}Response
The request has succeeded and a new resource has been created as a result.
Example response
{
"state": "pending",
"name": "My Brand",
"company_name": "BrandCo",
"contact_email": "brand_info@example.com",
"contact_phone": "+18995551212",
"ein_issuing_country": "United States",
"legal_entity_type": "Private Company",
"ein": "12-3456789",
"company_address": "123 Brand St, Hill Valley CA, 91905",
"company_vertical": "Healthcare",
"company_website": "www.example.com",
"status_callback_url": "https://example.com/handle_callback"
}