Reset password
POST
/v1/auth/reset-password
Finish resetting a password: pass the token from the emailed reset link along with a new password that meets the minimum-strength rule. The link works once — reusing an expired or already-used token returns a clear error.
Request Body
application/json
Password-reset payload (POST /auth/reset-password) — the link's single-use token + the new password.
The new password to set.
The single-use token from the password-reset email link.
Responses
OK
application/json
Success body for POST /auth/reset-password.
A human-readable result to show the caller.
Whether the password was reset.