/v1/check_email
/v1/check_email
posthttps://api.reacher.email/v1/check_email
Perform a comprehensive verification of an email address. This endpoint supersedes the previous /v0/check_email endpoint, maintaining the same input and output format. Unlike the /v0/check_email endpoint, the new /v1/check_email endpoint queues the email for verification, and the Reacher server processes the queue based on its configuration settings such as throttle and concurrency.
AuthorizationsAuthorizationAuthorizationAuthorizationstring
A Reacher API key is required for all requests. Sign up on https://app.no2bounce.com/ to get your personal API key.
Bodyapplication/jsonapplication/json
A request object to perform an email verification. The to_email field is required, all other fields are optional.
from_emailstring
In the SMTP connection, the FROM email address.
to_emailstring
The email address to check.
hello_namestring
In the SMTP connection, the EHLO hostname.
proxyobject · CheckEmailInputProxyProxy configuration for email verification.smtp_portnumber
SMTP port to use for email validation. Defaults to 25, but 465, 587, and 2525 are sometimes also used.
gmail_verif_methodstring · enum
Enumeration describing the method used to verify Gmail emails.
Possible values: Smtphotmailb2b_verif_methodstring · enum
Enumeration describing the method used to verify Hotmail B2B emails.
Possible values: Smtphotmailb2c_verif_methodstring · enum
Enumeration describing the method used to verify Hotmail B2C emails.
Possible values: SmtpHeadlessyahoo_verif_methodstring · enum
Enumeration describing the method used to verify Yahoo emails.
Possible values: ApiHeadlessSmtp
check_gravatar boolean optional
Whether to check if a Gravatar image exists for the given email.
Last updated