Email Verification
For Verified Account
Authorize/Identity:
Pre-prod: https://pre-prod-id.idshare.info/ (https://pre-prod-id.idshare.info/swagger/index.html)
Production: https://id.idshare.info (https://id.idshare.info/swagger/index.html)
API Configuration
POST
/api/user-profile-management/user-email
Request Body
email*
String
Functional Specification
Confirm email
Button
The user presses the button to send the request, a popup message “We have already sent an OTP code to [email]. Please enter the OTP code in the email into the field below”
OTP code
Textbox
Enter the OTP code sent to your 6-digit.
The code is valid from 5 minutes sent, time to resend OTP code: 60s (counting from receiving the previous OTP code) – when the new code is sent, the old code is no longer valid.
In case the user leaves it blank, the message "Please enter your OTP"
In case the user enters the wrong OTP code “OTP code is incorrect”
In case the OTP code has expired, the message "OTP has expired"
In case of exceeding the number of times the message "Maximum number of retry reached" is displayed, the customer will be blocked for 20 minutes.
Resend/Send
Button
In case the email is not sent with the description “We have a temporary issue, please try again later”
Click to resend the OTP code to the email entered when registering, cancel the old OTP code
Confirm
Button
In case the user enters the correct OTP, the message "You successfully confirmed your email"
Last updated