MT- Resend OTP

This command can be used to Resend OTP.

Function Name: resendSenderOtp()
Method: GET
Resource URL: http://appone.exioms.com/api/v5/mt-sender.php/resendSenderOtp

Parameteres

Parameters Value Description
strUsername String Login Username
strAuthKey String Your Auth Key
strSenderID string Sender id return from request sender api
format Integer To Get Response In Different Format, example. For JSON (Default) = 1 , CSV = 2, XML = 3

You can test GET based API directly in broswer also or you can use following URL for testing API: https://www.hurl.it/

URL for tesing API directly in browser:

http://appone.exioms.com/api/v5/mt-sender.php/resendSenderOtp?strUsername=username&strAuthKey=78JF8jdskfh478&strSenderID=55555&format=1


Response Parameteres

Parameters Description
status status = success; status = failed.
message Response message.

Sample Response

 {  
  "senderOtpDetails": [  
   {  
    "status": "success", 
    "message": "Otp Sent Successfully..",  
   }  
  ] 
 }  
 success,Otp Sent Successfully.. 
 (Status,Message)  
 <senderOtpDetails>  
   <sender>  
     <status>success</status>   
     <message>Otp Sent Successfully..</message>  
   </sender>  
 </senderOtpDetails>