MO [User Initiated]
Anytime a message originates from a sender, the following is sent to the Callback URL
Callback URL
SAMPLE
curl --location --request POST '<calback_url>' \
--header 'Authorization: Bearer <shared_during_onboarding>' \
--header 'Content-Type: application/json' \
--data-raw '{
"shortcode": "#####XYZ",
"message": "Hi, can I get the a demo",
"msisdn": "911234567890",
"sender": {
"cc": "91",
"ndc": "1234",
"sn": "567890",
"operator": "vodafone-idea",
"circle": "mumbai"
},
"tsiso": "2022-08-22T10:25:54.320Z",
"tsunix": 1661163954320
}'Parameters to the APIs
POST JSON data to the URL. Response Body is session reply.
Headers
Name
Type
Description
Request Body
Name
Type
Description
Version: 0.1.0
Last updated