v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Verifications

Get Emails Verification Results

Returns a results of all verified single emails. Required Access Level: ViewVerifyEmails

get/verifications

Query parameters

limitinteger

integer

Maximum number of returned items.

offsetinteger

integer

How many items should be returned ahead.

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