This API can be used to change password of an account
PUT/changePassword
This API can be used to change password of an account
Request​
- application/json
Body
accountIDstring
Example:
15553759289492
passwordstring
Example:
EnterPasswordHere
Responses​
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
errorCodestring
Example:
0
messagestring
Example:
SUCCESS Account Password Updated Successfully
{
"errorCode": "0",
"message": "SUCCESS Account Password Updated Successfully"
}
Failure in change password