---
title: "Email address validation"
method: GET
path: "/email-validate"
tags: ["Email"]
---

# Email address validation

`GET /email-validate`

Validates an email address by checking syntax, MX record existence, disposable email detection, role-based address detection, and free provider identification.

## Query parameters

- `email` string, email, required

## Response `200`

Validation result

- EmailValidateResult
  - `email` string, email
  - `valid` boolean
  - `syntax_ok` boolean
  - `mx_found` boolean
  - `disposable` boolean
  - `free_provider` boolean
  - `role_based` boolean
  - `suggest` string, nullable — Suggested correction for typos
  - `confidence` number, float

## Other responses

- `400` — Invalid request parameters
- `401` — Missing or invalid API key
- `429` — Rate limit exceeded

---

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