WAPIsv2.0.2User
Update Password
Change the authenticated user's password.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
old_passwordstring
Current password.
Format
passwordnew_passwordstring
New password (must differ from current).
Format
passwordLength
8 <= length <= 30confirm_passwordstring
Must match new_password.
Format
passwordResponse Body
curl -X PATCH "https://tt.wipayfinancial.com/wapi/user/password" \ -H "Content-Type: application/json" \ -d '{ "old_password": "pa$$word", "new_password": "pa$$word", "confirm_password": "pa$$word" }'{
"message": "OK"
}{
"message": "string"
}