v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Track an Email Validator request

get/emailvalidator/tracking/{trackingId}

Path parameters

trackingIdstring required

The unique tracking id of the Email Validation request to track

Headers

Authorizationstring

Bearer {access_token}

Content-Typestring

application/json

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"
}