Auth

Reset Password

Set a new password using a valid, unused, unexpired reset token.

Does not log the user in — they return to /login with the new password.

post/auth/reset-password

Request body

tokenstring required

Raw reset token from the emailed link

new_passwordstring required

New password

Response

Successful Response

messagestring required

Message

Changes