v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Perform an Email Validator request

post/emailvalidator

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

application/json

Request body

emailstring required

This is the email address to perform the validation.

labelstring

This is the label that will be given to tag a specific Email Validation request.

Response

200

trackingIdstring
emailstring
labelstring
pricenumber
createdAtstring

Example response

{
  "trackingId": "f456429d-f8a6-4cc4-9837-42626925d2ee",
  "email": "john@wick.com",
  "label": "mycustomlabel",
  "details": {
    "hasValidFormat": true,
    "hasValidDNS": true,
    "exists": true
  },
  "price": 0.03,
  "createdAt": "2019-11-26T00:00:00Z"
}