Auth
Reset Password
Complete a password reset using the token from the reset email.
POST
POST
Request Body
string
required
The password-reset token from the email link.
string
required
The new password. Must be at least 8 characters.
Response
boolean
true when the password has been updated.string
Confirmation message.