Back to Email Validator

API documentation

Email Validator REST API

Validate email syntax, domain records, MX records, provider signals, disposable risk, and role-based mailboxes through one token-based endpoint.

Current plan Free 100 requests per hour
Remaining 100 requests left in this hour
Used 0 of 100
Reset 14:00 2026-06-24 14:00:00

Endpoint

Check one email address

GET
https://ai.mihajlo.mk/api/email-validator/v1/check-email?email=example@domain.com&token={serviceTokenHere}
emailRequired email address to validate.
tokenRequired Email Validator service token from this page.

Live tester

Test an API call

Login to run live validation calls from the documentation page. The endpoint format and response schema are available below.

Login to test API

JSON response

Response preview

{
  "ok": true,
  "service": "email-validator",
  "version": "v1",
  "status": "valid",
  "score": 100,
  "checks": {
    "syntax": { "passed": true },
    "mx": { "has_mx": true },
    "mailbox": { "checked": false, "exists": null }
  }
}

Upgrade

Need more hourly checks?

Choose a larger Email Validator plan when your signup, lead, or CRM volume grows.

View upgrade plans