auth

Reset Password With Token

Reset password using a token sent via email (local auth only).

post/auth/reset-password-with-token

Request body

tokenstring required
new_passwordstring required
confirm_passwordstring required

Response

Successful Response

{"stackTrail":"paths:/auth/reset-password-with-token:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes