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
accountID string
password string
Responses​
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
errorCode string
message string
{
"errorCode": "0",
"message": "SUCCESS Account Password Updated Successfully"
}
Failure in change password
Loading...