cURL
curl --request POST \ --url https://api.generect.com/api/linkedin/email_finder/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '[ { "first_name": "Jack", "last_name": "Kennedy", "domain": "platformscience.com" } ]'
[ { "first_name": "Jack", "last_name": "Kennedy", "domain": "platformscience.com", "result": "valid", "catch_all": true, "error": null, "valid_email": "jkennedy@platformscience.com", "source": "name2email", "email_format": "flast", "mx_domain": "pphosted.com", "logs": "get mx_record: pphosted.com\ncheck outlook,gmail,onedrive,o365,o365_get_creds\n", "exist": "yes" } ]
Generate valid corporate email addresses using first name, last name, and domain.
Use 'Token <api-key>' as the value
The body is of type object[].
object[]
Successful response with email details
The response is of type object[].