API Reference

Update User Password Using Reset Token

Allows users to securely update their password by providing a token sent to their registered email. The token serves as an authentication mechanism to verify the legitimacy of the reset request.

Log in to see full request history
Path Params
string
required

Unique token sent to the user's email to validate the password reset request.

Body Params

Details of the new password for the user account.

string
required
length ≥ 8

The new password for the account. Must meet specified complexity requirements.

string
required
length ≥ 8

The confirmation of the new password. Must match the new password field.

string

The token generated by the client-side reCAPTCHA widget. This token is used for server-side validation to confirm that the user's interactions are genuine.

string

The version of the reCAPTCHA widget being used. Knowing the version is essential for proper server-side validation.

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json