Email-Validation-Api-v1
  • 😄Welcome!
  • Reference
    • 👨‍💻API Reference
      • 🚀Get Started
      • 😌Code Examples
Powered by GitBook
On this page
  1. Reference

API Reference

PreviousWelcome!NextGet Started

Last updated 2 years ago

Easily Integrate the EML-v1 API with Your Project

Example Response:

{
  "status": "success",
  "data": {
    "email_address": "test@mail7.io",
    "domain": "mail7.io",
    "valid_syntax": true,
    "disposable": true,
    "webmail": false,
    "deliverable": true,
    "catch_all": true,
    "gibberish": false,
    "spam": false
  }
}
🚀Get Started
👨‍💻
Page cover image