Skip to main content
Register brands for your or your customers’ businesses to enable 10DLC messaging campaigns. A brand represents the business entity that will be sending messages.
Starter brand registrations are currently paused. See 10DLC Starter Paused for more information.

API Endpoint


The Brand Object

brand_id
string
Unique identifier for the brand created.
brand_alias
string
A friendly name for the brand.
brand_type
string
Type of registration indicated during brand creation. Values: STANDARD, STARTER.
company_name
string
Legal name of the company.
ein
string
Employer Identification Number associated with a Standard brand.
ein_issuing_country
string
ISO alpha-2 code for the country that issued the EIN.
entity_type
string
Type of ownership indicated during brand creation.
vertical
string
Company industry.
profile_uuid
string
Unique identifier for the profile used to create brand.
registration_status
string
Indicates status of brand.
vetting_score
integer
Vetting score assigned to brand by TCR.
vetting_status
string
Vetting status of a brand.
address
object
Postal address indicated during brand creation. Contains street, city, state, postal_code, and country.
authorized_contact
object
Authorized contact information indicated during brand creation. Contains first_name, last_name, email, phone, title, and seniority.

Example Object


Register a Standard Brand

This API lets you register a standard brand using a preexisting profile.

Arguments

profile_uuid
string
required
Unique identifier for the profile that you want to use for creating a brand. The profile should not have been used to create another brand.
brand_alias
string
required
A friendly name for the brand.
brand_type
string
Indicate type of registration. Allowed values: STANDARD, STARTER. STANDARD not allowed for profiles not containing an EIN. Defaults to STARTER.
secondary_vetting
boolean
Allowed values: true, false. Only applicable for STANDARD registration. Defaults to true. Plivo strongly recommends opting for vetting to get the highest throughput for your brands and campaigns.
url
string
The fully qualified URL to which status update callbacks for the message should be sent.
method
string
The HTTP method to be used when calling the URL defined above. Allowed values: GET, POST. Defaults to POST.

Returns

Returns api_id for the request, unique brand_id, and success message.

Response


Retrieve a Brand

This API lets you fetch details about a specific brand associated with your account.

Arguments

No arguments need to be passed.

Returns

Returns api_id and the brand object identified by the brand_id specified in the request URL.

Response


List All Brands

This API lets you fetch all the brands associated with an account.

Arguments

limit
integer
Denotes the number of results per page. The maximum number of results that can be fetched is 20. Defaults to 20.
offset
integer
Denotes the number of value items by which the results should be offset. Defaults to 0.
registration_status
string
Filter by registration_status. Allowed values: FAILED, PROCESSING, COMPLETED.
type
string
Filter by registration type. Allowed values: STARTER, STANDARD.

Returns

Returns api_id and a dictionary with an objects property that contains up to 20 brands. Each tuple in the list is a separate Brand object.

Response


Delete a Brand

Deletes a particular 10DLC brand from your account. This action is irreversible and is only allowed for brands with no associated active campaigns.

Arguments

No arguments need to be passed.

Returns

Returns api_id, brand_id, and a confirmation (or error message).

Response


Get Brand Use Cases

Fetches details about what kind of campaigns are supported under a particular brand ID.

Arguments

No arguments need to be passed.

Returns

Returns api_id, brand_id, and a list containing all the types of campaign types allowed for the brand.

Response