Email Validation
Validate any email address in a single call. Detects disposable and temporary inboxes, identifies role accounts, public webmail, relay services, and returns a 0-100 risk score. For deep deliverability verification (SMTP check, catch-all detection), use the Email Qualification endpoint.
Credit cost: 3 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 validate (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/email?query=string"{ "dns": { "mx": true, "spf": "v=spf1 include:_spf.tempmail.org ~all", "dmarc": null, "spf_valid": true, "mx_records": [ { "hostname": "mx1.tempmail.org", "priority": 10 } ], "dmarc_valid": false, "mx_providers": [] }, "email": "user@tempmail.org", "domain": "tempmail.org", "is_alias": false, "education": false, "role_type": null, "disposable": true, "risk_score": 72, "did_you_mean": null, "has_gravatar": false, "relay_domain": false, "role_account": false, "public_domain": false, "normalized_email": "user@tempmail.org"}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}