v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Verifications

Get Detailed File Verification Result

Returns status and results (if verified) of file with given ID. Required Access Level: ViewVerifyEmails

get/verifications/files/{id}/result

Path parameters

idstring string required

string

ID of the Verification to display status of

Query parameters

limitinteger

integer

Maximum number of returned email verification results

offsetinteger

integer

How many result items should be returned ahead

Response

OK

VerificationIDstring string

Identifier of this verification result

Filenamestring string

Origin file name

VerificationStatus'Processing' | 'Ready' | 'Expired' | 'Verified' | 'Error'
DateAddedstring date-time

Date of creation in YYYY-MM-DDThh:ii:ss format

Sourcestring string

Origin file extension

Example response

{
  "VerificationResult": [
    {
      "Domain": "example.com"
    }
  ],
  "DateAdded": "2001-01-01T12:00:00"
}