v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Verifications

Get Email Verification Result

Returns a result of verified email. Required Access Level: ViewVerifyEmails

get/verifications/{email}

Path parameters

emailstring string required

string

Email address to view verification result of

Response

OK

Accountstring string

Local part of an email

Domainstring string

Name of selected domain.

Emailstring string

Full email address that was verified

SuggestedSpellingstring string

Suggested spelling if a possible mistake was found

Disposableboolean

Does the email have a temporary domain

Roleboolean

Is an email a role email (e.g. info@, noreply@ etc.)

Reasonstring string

All detected issues

DateAddedstring date-time

Added date

Result'None' | 'Valid' | 'Unknown' | 'Risky' | 'Invalid'
PredictedScorenumber

Predicted score

PredictedStatus'None' | 'Valid' | 'LowRisk' | 'HighRisk' | 'Invalid'

Example response

{
  "Domain": "example.com"
}