> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dojah.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Check: Deliverability, Reputation, and Fraud Risk

> Check whether an email is deliverable and assess fraud risk from reputation, breach exposure, disposable-email detection, and domain analysis in a single API call.

Email Check validates an email address and returns a risk profile based on domain reputation, breach and leak exposure, and disposable or temporary email detection. You get deliverability and spam-related signals (for example SPF, DMARC, accept-all) plus suspicion flags so you can block or step-up verification for high-risk addresses early in your flow.

***

#### Core Features

You receive a comprehensive profile for any email submitted, including:

* **Reputation Status**: High, Medium, or Low based on trust signals

* **Suspicion Flags**: Leakage, malice, breach exposure, spoofing risk

* **Domain Analysis**: Domain age, MX records, disposable or temporary email check

* **Public Profile Matches**: Aggregated social or profile presence tied to the email

* **Deliverability & Spam Signals**: Email validity indicators like SPF, DMARC, and accept-all config

This data helps you flag high-risk users early on in your verification workflow.

***

#### Use Cases

* **User onboarding**: Validate email quality before moving on to ID or financial checks

* **Fraud prevention**: Flag disposable, low-reputation, or breached accounts before account creation

* **Risk-based access**: Trigger further identity verification for high-risk profiles

* **Profile enrichment**: Enhance customer data with public link data or breach history

***

#### Integration Options

<Columns cols={1}>
  <Card title="API Integration" icon="plug" href="/docs/fraud/email-check" arrow="true" cta="View API Reference">
    Submit an email address to Dojah’s Email Check endpoint and receive a structured risk profile instantly. Ideal for automated workflow integrations and decision engines.
  </Card>
</Columns>
