Brand - Qualify
- token (required)
- brand_id (required)
- usecase (required)
This operation determines if a brand is qualified to run a campaign of a desired usecase across participating MNOs. If the brand qualifies to run the campaign on one or more MNOs, this API call returns restrictions (i.e. no embedded link), process (i.e. manual review), pricing (e.g. surcharge) and MNO specific attributes (e.g. AT&T message class). If the brand is not qualified to run the desired usecase on any MNO, CSP may consider having brand vetted to achieve access to broader usecases.
{
code: 200,
status: "success",
data:{
"usecase":"2FA",
"monthly_fee":10,
"quarterly_fee":30,
"annual_fee":120,
"min_sub_usecases":0,
"max_sub_usecases":0,
"mno_metadata":{
"10017":{
"tpm_scope":"CAMPAIGN",
"min_msg_samples":1,
"msg_class":"E",
"req_subscriber_optout":false,
"mno_review":false,
"no_embedded_phone":false,
"mno":"AT&T",
"tpm":240,
"req_subscriber_help":true,
"req_subscriber_optin":true,
"mno_support":true,
"no_embedded_link":false,
"qualify":true
},
"10035":{
"min_msg_samples":1,
"req_subscriber_help":true,
"req_subscriber_optout":false,
"brand_daily_cap":2000,
"req_subscriber_optin":true,
"mno_review":false,
"mno_support":true,
"brand_tier":"LOW",
"no_embedded_link":false,
"no_embedded_phone":false,
"qualify":true,
"mno":"T-Mobile"
},
"10037":{
"min_msg_samples":1,
"req_subscriber_help":false,
"req_subscriber_optout":false,
"req_subscriber_optin":false,
"mno_review":false,
"mno_support":true,
"no_embedded_link":false,
"no_embedded_phone":false,
"qualify":true,
"mno":"US Cellular"
}
}
}
Last modified 1yr ago