---
title: "Validate an email address"
method: POST
path: "/email-validations"
tags: ["Email validations"]
---

# Validate an email address

`POST /email-validations`

Syntax, MX, role-account, and disposable-domain checks. Use before sending to reduce bounce rate.

## Request body

- object
  - `email` string, email, required

## Response `200`

OK

- object
  - `success` boolean

---

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