Validate email for account sign-up
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.
Body
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/emails/validate HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"email": "[email protected]"
}
200
OK
{
"success": true,
"error": "text",
"email": "text",
"verdict": "Valid",
"score": 0.98015,
"suggestion": "gmail.com",
"local": "jan.jongboom",
"host": "edgeimpulse.com"
}
Last updated
Was this helpful?