/v0/check_email

/v0/check_email

posthttps://api.reacher.email/v0/check_email

Sunset notice: please use /v1/check_email instead. Both endpoints accept the same input arguments and return the same output; only their internal implementation differs. Perform a comprehensive verification of an email address. Unlike the /v1/check_email endpoint, this endpoint performs an email verification immediately, without considering the Reacher server's throttling, concurrency, and other configurations. As such, this endpoint is slightly riskier than /v1/check_email, as the Reacher server's IP reputation can be impacted if this endpoint is called too frequently.

Authorizations

Authorization string required

A Reacher API key is required for all requests. Sign up on https://app.no2bounce.com/arrow-up-right to get your personal API key.

Header parameters

Authorization string reqired

Your personal Reacher API key

Body

A request object to perform an email verification. The to_email field is required, all other fields are optional.

from_emailstring string optional

In the SMTP connection, the FROM email address.

to_email string reqired

The email address to check.

hello_name string optional

In the SMTP connection, the EHLO hostname.

proxy object · CheckEmailInputProxy optional Proxy configuration for email verification optional smtp_port number optional

SMTP port to use for email validation. Defaults to 25, but 465, 587, and 2525 are sometimes also used.

gmail_verif_method string · enum optional

Enumeration describing the method used to verify Gmail emails.

Possible values: Smtp hotmailb2b_verif_method string · enum optional

Enumeration describing the method used to verify Hotmail B2B emails.

Possible values: Smtp

hotmailb2c_verif_method string · enum optional

Enumeration describing the method used to verify Hotmail B2C emails.

Possible values: Smtp Headless yahoo_verif_method string · enum optional

Enumeration describing the method used to verify Yahoo emails.

Possible values: Api Headless Smtp

check_gravatar boolean optional

Whether to check if a Gravatar image exists for the given email.

/v0/check_email

Responses

Last updated