Reset Password, phase 2

This endpoint continues the password reset process by validating the verification code sent on the user's email on phase 1. If successful, it returns a 200 OK response with the signed payload.

šŸ›”ļø Email Verification Code ā€“ API Rules

šŸ“Œ Code Format

āœ… 6-digit numeric code
āœ… Only numbers allowed

ā³ Code Expiry

āœ… Valid for 5 minutes
āŒ Expired codes cannot be used for verification

šŸ”„ Resend Policy

āœ… A new code can be requested once every 60 seconds
āŒ Frequent requests are restricted

āš  Verification Attempts & Account Lock

āœ… Users have 5 attempts to enter the correct code
āŒ After 5 failed attempts, the account is temporarily locked and user's forcibly logged out
āœ… To unlock the account user should contact the support team.

Language
Click Try It! to start a request and see the response here!