v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Verifications

Verify Email

Verify single email address and returns result of verification. Required Access Level: VerifyEmails

post/verifications/{email}

Path parameters

emailstring string required

string

Email address to verify

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