ENDPOINTS
/verifyVerify Email
Verify an email in real time: deliverability status, free and disposable flags, plus owner details when available.
QUERY PARAMS
The email address to verify. Must be a valid email format.
Example: happy.to.help@omkar.cloud
{
"email": "happy.to.help@omkar.cloud",
"is_valid": true,
"status": "valid",
"is_free_email": false,
"first_name": null,
"last_name": null,
"gender": null
}