Validate a single email address
cURL
curl --request POST \ --url https://api.omniverifier.com/v1/validate/email/check \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "[email protected]" } '
{ "status": "valid", "mail_server": "outlook.com" }
API key for authentication
Email address to validate
"[email protected]"
Successfully validated email
Email validation status
valid
invalid
catch-all
"valid"
Mail server information
"outlook.com"