Change Password
Change Password
This endpoint allows a user to change their password using a valid recovery code.
Endpoint
- Path:
/password/change - Method: POST
Request
- Parameters:
recover_code: A valid recovery code sent to the user.password: The new password to be set for the user.
Response
- Fields:
recover_code: A new recovery code returned after the password is successfully changed.
⚠️ Important: Store this new code securely. It may be required for future password recovery actions.
Description
Send a request with a valid recovery code and a new password to update the user's credentials.