Get single email verification result

Get the verification result for single email verification.

This endpoint can be used if the /verify/single endpoint takes longer to verify emails, which can happen for certain tricky emails/domains. The result will be available for one day after verification.

Alternatively, you can send a webhook_url to the /verify/single endpoint to receive the results instead of polling the /status endpoint.

Query Parameters

api_keystring Required

Your API key

emailstring Required

The email for which you want to check the verification result

Response

200
Object

Response Attributes

statusstring Required

Verification status

Enum values:
success
indicates the verification job is finished and the final verification result is returned.
pending
indicates that the email is pending verification and that you should check the status in a few minutes
emailstring Required

The email address submitted for this verification

verification_statusstring Required

Result

Enum values:
valid
The email is valid and safe to send emails to
invalid
The email is invalid, or is risky to send emails to
catch_allboolean Required

Whether this email is in a catch_all domain or not

Was this section helpful?

What made this section unhelpful for you?

Language Box

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?