Request Parameters The API makes a HTTP POST request to your server with parameters shown below. This request is made when the user dials a USSD code and every time they respond to a menu. Parameter Type Description Required sessionId String A unique value generated when the session starts and sent every time a mobile subscriber response has been received Required phoneNumber String The number of the mobile subscriber interacting with your ussd application Required networkCode String The telco of the phoneNumber interacting with your ussd application Required serviceCode String This is the USSD code assigned to your application Required text String This shows the user input. It is an empty string in the first notification of a session. After that, it concatenates all the user input within the session with a until the session ends. Required