Skip to main content
GET
/
10dlc
/
brands
/
{brand_id}
/
usecases
/
{use_case}
Qualify a 10DLC Brand for a use case
curl --request GET \
  --url https://api.wavix.com/v3/10dlc/brands/{brand_id}/usecases/{use_case}
{
  "mno_metadata": [
    {
      "att_mms_tpm": null,
      "att_msg_class": null,
      "att_sms_tpm": null,
      "att_tpm_scope": null,
      "help_required": true,
      "min_msg_samples": 1,
      "mno": "T-Mobile",
      "mno_qualify": true,
      "mno_review": false,
      "mno_support": true,
      "no_embedded_links": false,
      "no_embedded_phone": false,
      "optin_required": true,
      "optout_required": false,
      "tmobile_brand_dcap": 2000,
      "tmobile_brand_tier": "LOW"
    }
  ],
  "monthly_fee": 10,
  "usecase": "2FA"
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

brand_id
string
required

Unique identifier of a Brand

Example:

"BMQFB7X"

use_case
enum<string>
required

The use case name

Available options:
AGENTS_FRANCHISES,
CARRIER_EXEMPT,
CHARITY,
EMERGENCY,
K12_EDUCATION,
LOW_VOLUME,
M2M,
MIXED,
POLITICAL,
PROXY,
SOCIAL,
SOLE_PROPRIETOR,
SWEEPSTAKE,
TRIAL,
UCAAS_HIGH,
UCAAS_LOW,
2FA,
ACCOUNT_NOTIFICATION,
CUSTOMER_CARE,
DELIVERY_NOTIFICATION,
FRAUD_ALERT,
HIGHER_EDUCATION,
MARKETING,
POLLING_VOTING,
PUBLIC_SERVICE_ANNOUNCEMENT,
SECURITY_ALERT
Example:

"2FA"

Response

mno_metadata
10DLCMNOmetadata · object[]
required

An array MNO-specific attributes (e.g. AT&T message class) for every MNO the Brand is qualified to run a Campaign with the specified use case.

monthly_fee
number
required

Monthly fee associated with any Campaign with this use case

Example:

10

usecase
string
required

The use case name

Example:

"2FA"

I