Determine if a brand is qualified to run a campaign for all possible use cases. The brand’s qualification for each use case is checked across participating MNOs.
GET /v1/brands/{id}/qualification
Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
id REQUIRED
string (UUID)
Unique ID assigned to the brand in RocketCOMS.
None
Returns an array of Use Case objects containing the use cases the brand is qualified to run.
The following information is returned for each use case: 1) the use case details, including pricing and sub use case requirements, and 2) the use case attributes and restrictions for each MNO. For details, see the Use Case object.
SAMPLE RESPONSE
[
{
"usecase": "Marketing",
"monthlyFee": 0,
"quarterlyFee": 0,
"annualFee": 0,
"minSubUsecases": 0,
"maxSubUsecases": 0,
"mnoMetadata": [
{
"tpmScope": "string",
"minMsgSamples": 0,
"msgClass": "string",
"reqSubscriberOptout": true,
"mnoReview": true,
"noEmbeddedPhone": true,
"mno": "string",
"tpm": 0,
"reqSubscriberHelp": true,
"reqSubscriberOptin": true,
"mnoSupport": true,
"noEmbeddedLink": true,
"qualify": true,
"brandDailyCap": 0,
"brandTier": "string"
}
]
}
]
© 2023 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.