v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Qualify a 10DLC Brand for a use case

Returns the qualification results for a 10DLC Brand use case. Includes MNO-specific attributes, restrictions, and fees.

get/v3/10dlc/brands/{brand_id}/usecases/{use_case}

Path parameters

brand_idstring required
Example:BMQFB7X

The unique ID of the 10DLC Brand.

use_case'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' required
Example:2FA

Name of the use case to qualify the Brand for.

Response

Returns the use case qualification results for the Brand.

monthly_feenumber required

Monthly fee associated with any Campaign with this use case

usecasestring required

The use case name

Example response

{
  "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"
}