Skip to main content
GET
Retrieve a 10DLC Brand

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

brand_id
string
required

The unique ID of the 10DLC Brand.

Example:

"BM20QP9"

Response

Returns the 10DLC Brand.

Represents a 10DLC brand registered for application-to-person messaging. A Brand identifies the business behind one or more messaging campaigns.

brand_id
string
required

Unique identifier of the Brand assigned by the registry.

Example:

"BM20QP9"

dba_name
string
required

Doing-business-as name, or the public-facing brand name.

Example:

"Brand"

company_name
string
required

Registered legal name of the company that owns the Brand.

Example:

"Company"

entity_type
enum<string>
required

Company entity type.

Available options:
PRIVATE_PROFIT,
PUBLIC_PROFIT,
NON_PROFIT,
GOVERNMENT
Example:

"PRIVATE_PROFIT"

vertical
string
required

Industry vertical the Brand operates in.

Example:

"HEALTHCARE"

ein_taxid
string
required

IRS Employer Identification Number (EIN) or other tax ID of the company.

Example:

"999999999"

ein_taxid_country
string
required

ISO 3166-1 alpha-2 country code where the Tax ID was issued.

Example:

"US"

status
enum<string>
required

Brand identity verification status.

Available options:
REVIEW,
VERIFIED,
UNVERIFIED,
VETTED_VERIFIED,
SUSPENDED
Example:

"VERIFIED"

first_name
string
required

Business contact first name.

Example:

"John"

last_name
string
required

Business contact last name.

Example:

"Dow"

phone_number
string
required

Support contact phone number in E.164 format.

Example:

"12123450099"

email
string
required

Support contact email address.

Example:

"support@brand.com"

street_address
string
required

Street address of the business.

Example:

"10, City Name"

city
string
required

City of the business address.

Example:

"Miami"

country
string
required

ISO 3166-1 alpha-2 country code of the business address.

Example:

"US"

zip
string
required

ZIP or postal code of the business address.

Example:

"12345"

feedback
string | null
required

Feedback from the identity verification process explaining the current status.

created_at
string
required

Timestamp when the Brand was created, in ISO 8601 format.

Example:

"2024-07-24T08:29:09"

updated_at
string
required

Timestamp when the Brand was last updated, in ISO 8601 format.

Example:

"2024-07-24T08:29:09"

website
string | null

Business website URL.

Example:

"https://brand.com"

stock_symbol
string | null

Stock ticker symbol of the company. Required for publicly traded companies.

stock_exchange
string | null

Code of the stock exchange the company is listed on. Required for publicly traded companies.

state_or_province
string | null

State or province of the business address.

Example:

"FL"

mock
boolean
default:false

Indicates whether the Brand is a mock brand for testing.

Example:

false