cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/emails/validate \ --header 'Content-Type: application/json' \ --data '{ "email": "jan@edgeimpulse.com" }'
{ "success": true, "error": "<string>", "email": "<string>", "verdict": "Valid", "score": 0.98015, "suggestion": "gmail.com", "local": "jan.jongboom", "host": "edgeimpulse.com" }
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.
OK
The response is of type object.
object