API Reference

Reset Password using Token

Allows users to reset their password using a token that was sent to them upon a forgotten password request. The token serves as a verification mechanism to ensure the legitimacy of the password reset request.

Log in to see full request history
Path Params
string
required

The token sent to the user's email for password reset verification.

Body Params

New password details required for resetting.

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