---
title: "Validate Email Address"
method: POST
path: "/emails/verify"
---

# Validate Email Address

`POST /emails/verify`

Check an email address in real time to see if it can accept emails and grab all the intelligence we know about the email address and mail server

## Request body

- object
  - `email` string

## Response `200`

200

- object
  - `email` string
  - `details` object
    - `valid_format` boolean
    - `valid_mx_records` boolean
    - `mx_reachable` string
    - `accepts_all_addresses` boolean
    - `is_disposable` boolean
    - `is_free_service` boolean
    - `is_spamtrap` boolean
    - `mx_accepted_address` boolean
    - `applies_greylisting` boolean
    - `has_account` unknown
    - `mx_proxy` boolean
  - `verdict` string
  - `ran_at` string
  - `server` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/interseller/apis/interseller-api.md) · [All operations](https://skmtc.dev/interseller/apis/interseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interseller/interseller-api/revisions/29dd7cffa03d/schema)
