Update a RocketCOMS Portal user’s password using a temporary token.
PUT /v1/auth/reset
Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
token REQUIRED
string, max length: 255, min length: 0
Auto-generated token at the time of change request.
newPassword REQUIRED
string, max length: 255, min length: 0
pattern: ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@#?]).{8,20}$
New password. The password must contain:
confirmPassword REQUIRED
string, max length: 255, min length: 0
Re-enter the new password.
If successful, returns 200 Password updated.
SAMPLE REQUEST
{
"token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"newPassword": "tkm89JP@3",
"confirmPassword": "tkm89JP@3"
}
SAMPLE RESPONSE
{
200 Password updated
}
© 2023 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.