https://msg.msgclub.net/rest/changePassword?AUTH_KEY=YourAuthKey

Include Body

{"password":"mobile","oldPassword":"mobile123"}

Sample Output

{"response":"success","responseCode":"3001"}

Parameter Name with Description

Parameter Name Data Type Description
AUTH_KEY* Alphanumeric Login Authentication Key(This key is unique for every user)
password * Text Enter your New Password
oldPassword * Text Enter your Current Password

Note

Parameters with (*) are mandatory.
java code here
php code here
vb6 code here
chash code here
vbdotnet code here