Validate email for account sign-up
Last updated
Last updated
Validate whether an email is valid for sign up. Using an email that fails this check can result in the associated account missing communications and features that are distributed through email.
E-mail address to validate
"jan@edgeimpulse.com"
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Email address that was checked.
Classification of the email's validity status
This number from 0 to 1 represents the likelihood the email address is valid, expressed as a percentage.
0.98015
A corrected domain, if a possible typo is detected.
"gmail.com"
The first part of the email address (before the @ sign)
"jan.jongboom"
The second part of the email address (after the @ sign)
"edgeimpulse.com"