Email Qualification
Deep email deliverability verification. Performs full Email Validation plus SMTP inbox check, catch-all detection, and returns a qualification verdict (valid, invalid, risky, disposable, unknown).
Credit cost: 5 credits per call
Autorización
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Parámetros de consulta
query*string
The email address to qualify (e.g. john@example.com). Automatically normalized to lowercase.
Cuerpo de la respuesta
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/intelligence/emailq?query=string"{ "dns": { "mx": true, "spf": "v=spf1 include:spf.protection.outlook.com -all", "dmarc": "v=DMARC1; p=reject; rua=mailto:dmarc@airbus.com", "spf_valid": true, "mx_records": [ { "hostname": "airbus-com.mail.protection.outlook.com", "priority": 10 } ], "dmarc_valid": true, "mx_providers": [ { "slug": "microsoft", "type": "mailbox", "grade": "professional" } ] }, "email": "contact@airbus.com", "domain": "airbus.com", "is_alias": false, "education": false, "role_type": "contact", "disposable": false, "risk_score": 10, "smtp_valid": true, "did_you_mean": null, "has_gravatar": false, "relay_domain": false, "role_account": true, "public_domain": false, "qualification": "valid", "normalized_email": "contact@airbus.com"}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}