cURL
curl --request POST \ --url https://api.example.com/v2/enrich \ --header 'Content-Type: application/json' \ --data ' { "action": "<string>", "params": { "email": "<string>" } } '
{ "success": true, "data": { "email": "[email protected]", "is_valid": true, "is_catch_all": true, "reachability": "risky", "is_deliverable": true, "syntax_valid": true }, "metadata": { "action": "validate_email", "credits_consumed": 1, "timestamp": "2026-04-26T10:35:00Z" } }
Verify whether an email address is valid and deliverable.
"validate_email"
Show params properties
Show data properties
true
"safe"
"risky"
"unknown"
Show metadata properties
Was this page helpful?