Email Verification

Use this API endpoint to verify the validity of an email address. This endpoint checks whether an email exists and is capable of receiving messages. The verification process goes beyond standard SMTP validation, employing advanced techniques to identify catch-all emails and perform in-depth validations, ensuring the highest level of accuracy.

Endpoint

POST
https://api.anymailfinder.com
/v5.0/validate.json

Pricing

  • 0.2 credit: Charged for every email verification.
  • Duplicate searches are always charged.

Authentication

You must include your API key in the Authorization header to access this endpoint.
Refer to the Authentication page for details on how to authenticate your requests.

Request example

curl -X POST \
'https://api.anymailfinder.com/v5.0/validate.json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"email":"john.doe@microsoft.com"}'
Timeout recommendation: 180 seconds.
Searches are performed in real time. Response times depend on factors like the company's SMTP server, website responsiveness, and advanced operations to uncover catch-all emails.
No Rate Limits.
Our system efficiently auto-scales to handle high volumes of requests.

Request parameters

POST body parameters

Parameters should be sent as JSON in the POST Body.

ParameterExample valueDescription
email
string
"john.doe@microsoft.com"The email address to validate.

Headers

ParameterExample valueDescription
x-webhook-url
string - optional
"https://yourdomain.com/webhook"Specify an URL to receive a webhook callback when the result is ready instead of waiting for the request to complete.

Response

200OK
400Bad Request
401Unauthorized
402Payment Needed

Need Help?

Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.