Reset password with verification code
Authentication
Reset password with verification code
Resets user password using the verification code sent during forgot password flow. Validates the code and sets the new password.
POST
Reset password with verification code
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Email or phone number
Example:
"user@company.com"
6-digit verification code
Example:
"123456"
New password. Must be at least 10 characters and include at least one number, one lowercase letter, one uppercase letter, and one special character.
Example:
"NewSecurePass123!"
Response
Password reset successfully
Example:
"Password reset successfully"

