cURL
curl --request POST \ --url https://api.generect.com/api/linkedin/email_validator/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '[ "jkennedy@platformscience.com" ]'
[ { "result": "valid", "catch_all": true, "error": null, "source": "name2email", "mx_domain": "pphosted.com", "exist": "yes", "email": "jkennedy@platformscience.com", "logs": [ { "get mx_record": "pphosted.com" }, "check outlook,gmail,onedrive,o365,o365_get_creds" ] } ]
Validate email addresses for deliverability, including catch-all domains, using our proprietary system.
Use 'Token <api-key>' as the value
The body is of type string[].
string[]
Successful email validation
The response is of type object[].
object[]