Email Validation
Directory Structure
POST /v1/email/verify HTTP/1.1
Content-Length: 39
Content-Type: application/json
Host: api.tools.launch.ist
User-Agent: HTTPie
X-Api-Key: {{TOKEN}}
{
"email": "admin@example.com"
}
Response
{
"email": "thelaunchist@gmail.com",
"reachable": "unknown",
"syntax": {
"username": "thelaunchist",
"domain": "gmail.com",
"valid": true
},
"smtp": null,
"gravatar": null,
"suggestion": "",
"disposable": false,
"role_account": false,
"free": true,
"has_mx_records": true
}