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
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"}'
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.
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.
Parameter | Example value | Description |
---|---|---|
email string | "john.doe@microsoft.com" | The email address to validate. |
Headers
Parameter | Example value | Description |
---|---|---|
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
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.