MNO Web Opt-In South Africa
This document describes MNO Web Opt-In for SA.
GET /lookup/za/
GET /lookup/za/curl -XGET -H "Content-type: application/json" 'https://<hostname>/lookup/za/?shortcode=<shortcode>&service=<keyword>=<product_id>&freq=<billing frequency>&campaign=<campaign name>&amount=<billing amount>&bl=<brand logo>&bc=<background color>&tc=<text colour>&return=<your return URL>'import requests
headers = {
'Content-type': 'application/json',
}
response = requests.get(
'https://<hostname>/lookup/za/?shortcode=<shortcode>&service=<keyword>=<product_id>&freq=<billing frequency>&campaign=<campaign name>&amount=<billing amount>&bl=<brand logo>&bc=<background color>&tc=<text colour>&return=<your return URL>',
headers=headers,
)Name
Value
Name
Type
Example
Description
Response
Output fields
Parameter
Description
Last updated