Developer Documentations

 

Self Help
Table of Contents
Print

curl –location –request POST ‘https://[Dizlee API Endpoint]’ \
–header ‘Content-Type: application/json’ \
–header ‘apikey: {APIKey}’ \
–header ‘HTTP_MSISDN: 9641234567890’ \
–data-raw ‘{
“smsRequestId”:” [merchantCode]00003b26b140600ce5cc9296″, “subscriptionId”:” [merchantCode]00003b26b140600ce5cc9296″, “sender”: “[senderId]”,
“receiver”: ” 9641234567890 “,
“language”: “En”, “msgBody”: “Test Message”,
“aggregatorId”:” [merchantName]”, “merchantId”:” [merchantName]”, “product”: ” [productName] “, “subProduct”:” [subProductName] ”
}’