Skip to content

Reset password with token

POST
/auth/password/reset

Completes the password reset flow by verifying the token and updating the password. All existing sessions are invalidated to prevent session fixation attacks.

object
token
required
string
>= 1 characters
newPassword
required
string
>= 8 characters

Password reset successful

object
message
required
string

Invalid request (e.g., password too short)

Invalid or expired token

User not found