List 10DLC Brands
Returns a paginated list of 10DLC Brands for the authenticated account, filtered by date, name, legal name, and status.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Query Parameters
Filters Brands by dba_name (doing-business-as name). Matches partial values.
"Brand"
Filters Brands by company_name (registered legal name). Matches partial values.
"Company"
Filters Brands by business entity type, such as PRIVATE_PROFIT.
"PRIVATE_PROFIT"
Filters Brands by identity verification status, such as VERIFIED.
"VERIFIED"
Filters Brands by registration country, as an ISO 3166-1 alpha-2 code (e.g., US).
"US"
When true, includes deleted Brands in the results. Default false.
false
Filters Brands by their Employer Identification Number (EIN) or tax ID.
"999999999"
When true, returns only mock Brands used for testing. Default false.
false
Returns brands created on or before this date, in YYYY-MM-DD format.
"2024-08-22"
Returns brands created on or after this date, in YYYY-MM-DD format.
"2024-08-22"
Page number to retrieve. Default 1.
1
Number of records to return per page. Default 25.
25