Validate email
Run syntax, MX, and disposable-domain checks before you send.
Endpoint
POST
/v1/emails/validate Body parameters
| Field | Type | Required | Description |
|---|---|---|---|
| string | Required | Address to validate. |
Response
200
{
"email": "user@example.com",
"valid": true,
"risk": "low",
"reason": null,
"mxFound": true,
"disposable": false
}