Forgot Password
POST
https://api.prosperoapp.com
/auth/forgot-password
Reset Password
POST
https://api.prosperoapp.com
/auth/reset-password
Validates a password reset token and updates the user's password. The token must be valid (not expired, not already used) and the new password must be at least 6 characters.
Request Body
tokenstring · requiredThe password reset token from the email link.
plaintextPasswordstring · minLength: 6 · requiredThe new password (minimum 6 characters).
Responses
Password successfully reset.
successboolean