cURL
curl --request POST \ --url https://api.mailerfuse.com/email/verify \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "[email protected]" } '
{ "email": "[email protected]", "status": "deliverable", "score": 85, "syntax_error": false, "gibberish": false, "role": false, "did_you_mean": "[email protected]", "disposable": false, "domain_status": "active", "mx_record": true, "workspace_id": "abc123" }
Validates an email and returns details about its status, including checks and score.
"[email protected]"
Successfully validated email
deliverable
risky
undeliverable
"deliverable"
0 <= x <= 100
85
false
"active"
true
"abc123"