POST
/
api
/
emails
/
validate
Validate email for account sign-up
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"
}

Body

application/json

Response

200 - application/json

OK

The response is of type object.