POST

Validate email syntax, MX, disposable/role flags. Uses mailcheck + DNS MX

/v1/email-deliverability

Validation · mailcheck + DNS MX

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/email-deliverability
Content-Type: application/json

{
  "email": "agent@example.com"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Validate email syntax, MX, disposable/role flags. Uses mailcheck + DNS MX.

Request schema

Body: JSON · application/json

FieldTypeDescription
emailstringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/email-deliverability \
  -H "Content-Type: application/json" \
  -d '{
  "email": "agent@example.com"
}'

402 payment flow omitted — see Integrations for settlement.