---
title: "Perform an Email Validator request"
method: POST
path: "/emailvalidator"
---

# Perform an Email Validator request

`POST /emailvalidator`

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `email` string, required — This is the email address to perform the validation.
  - `label` string — This is the label that will be given to tag a specific Email Validation request.

## Response `200`

200

- object
  - `trackingId` string
  - `email` string
  - `label` string
  - `details` object
    - `hasValidFormat` boolean
    - `hasValidDNS` boolean
    - `exists` boolean
  - `price` number
  - `createdAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
