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
Example response
{
"VerificationResult": [
{
"Domain": "example.com"
}
],
"DateAdded": "2001-01-01T12:00:00"
}