post https://platform-api.sandbox.testessential.net/reg/v2/password/reset/confirm
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.