---
title: Email Validation Report
slug: advanced-email-validation-report
url: https://apyverse.com/apyhub/service/advanced-email-validation-report
provider: ApyHub
categories: [Communications, Data Validation, Marketing]
tags: [email-validation, email-verification, deliverability, mx-check, lead-cleanup]
auth: api_key
---

# Email Validation Report

Validate any email address and get a structured report with syntax, MX, disposability, reachability, and a 0–100 deliverability score.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Validates an email address and returns a JSON object with a data object containing val… | 10 |

## About

## What it does
Email Validation Report checks an email address and returns a validation result you can use to score leads, reduce bounce rates, or gate account creation. Send an `email`, get back a structured report with `score`, `valid`, `syntax`, `reachable`, `disposable`, `mx_records`, `role_based`, `suggestion`, and `free_provider`.

Use it when you need to decide whether an address looks deliverable before you send a verification message, add it to a CRM, or accept a signup. The `valid` flag is true only when syntax, MX, disposable status, and reachability meet the service’s rules. The `score` gives you a simple 0–100 signal for downstream automation, while `suggestion` can point out common domain typos like a misspelled mailbox provider.

Because the response includes both technical checks and a reachability signal, you can separate obvious bad input from addresses that are syntactically correct but risky. That makes Email Validation Report useful for form validation, email list hygiene, and onboarding flows where you want to keep bad addresses out without over-filtering legitimate users.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/advanced-email-validation-report
