Skip to main content
GET
List 10DLC Brands

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.

Query Parameters

dba_name
string

Filters Brands by dba_name (doing-business-as name). Matches partial values.

Example:

"Brand"

company_name
string

Filters Brands by company_name (registered legal name). Matches partial values.

Example:

"Company"

entity_type
string

Filters Brands by business entity type, such as PRIVATE_PROFIT.

Example:

"PRIVATE_PROFIT"

status
string

Filters Brands by identity verification status, such as VERIFIED.

Example:

"VERIFIED"

country
string

Filters Brands by registration country, as an ISO 3166-1 alpha-2 code (e.g., US).

Example:

"US"

show_deleted
boolean
default:false

When true, includes deleted Brands in the results. Default false.

Example:

false

ein_taxid
string

Filters Brands by their Employer Identification Number (EIN) or tax ID.

Example:

"999999999"

mock
boolean
default:false

When true, returns only mock Brands used for testing. Default false.

Example:

false

created_before
string

Returns brands created on or before this date, in YYYY-MM-DD format.

Example:

"2024-08-22"

created_after
string

Returns brands created on or after this date, in YYYY-MM-DD format.

Example:

"2024-08-22"

page
integer<int32>

Page number to retrieve. Default 1.

Example:

1

per_page
integer<int32>

Number of records to return per page. Default 25.

Example:

25

Response

Returns a paginated list of 10DLC Brands.

A list of 10DLC Brands

items
TenDLCBrand · object[]
required

A paginated list of 10DLC Brands matching the filter criteria

pagination
Pagination · object
required

Pagination details