Developer Documentations

 

Self Help
Table of Contents
Print
HTTP Method POST
Operation Used by Telco Operator to send the user sub/unsub messages to the merchant

curl –location –request POST ‘https://[MerchantEndpoint]’ \
–header ‘authkey: [MerchantAuthKey]’ \
–header ‘Content-Type: application/json’ \
–data-raw ‘{
“Sender”: “9641234567890”,
“Destination”: “[SC]”,
“MessageType”: “1”,
“MessageText”: “014”
}’