Confirm new password after reset request

Completes the password reset process. The user provides the new password and the confirmation code received via email. This is part of the cookie-based authentication flow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Includes the new password, confirmation of the new password, and the reset code received by the user to finalize the password reset process for cookie-based authentication.

string

(Deprecated or Internal) An internal user identifier, typically part of the password reset link sent via email. The token or code is usually the primary field.

string
required

The password reset confirmation code received by the user via email. This code verifies the reset request.

string
required

The new password chosen by the user. Must meet system complexity requirements. Maximum length is 99 characters.

string
required

Confirmation of the new password. Must exactly match the newPassword field. Maximum length is 99 characters.

string

(Deprecated or Alternative) A password reset token, possibly sent as part of the reset link. The code field is often the primary verification.

Responses

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