Our Email Validation Real-Time API is simply based on the JSON web service, which allows developers to verify individual email addresses on-demand as a user enters them in a web form or mobile application.
MyEmailVerifier API is a powerful tool designed to verify email addresses efficiently and accurately. It offers various functionalities to validate single emails and bulk files containing email lists. This documentation provides detailed information on API endpoints, request parameters, response formats, and additional features to assist users in integrating MyEmailVerifier seamlessly into their applications.
URL for API info: https://client.myemailverifier.com/apisettings (required login)
Our API divides email statuses in 5 ways.
Looking to validate emails via our email validation API? Here is an explanation of how you can use our Single Email Validation through an API.
GET:
NOTE: <API_KEY> - You can find your API key from your client area - API section.
Status Code: 200
Other Response:
Here is an explanation of how you can use our Get Credits API
GET:
NOTE: <API_KEY> - You can find your API key from your client area - API section.
Example Response
Here is an explanation of how to validate a file using an API. You can upload a TXT/CSV/XLSX file by referring to an example given below:
POST Variable: api_key (string), filename (fileupload)
file: The bulk file containing email addresses. Allowed formats are TXT, CSV, and XLSX.
Example Request
Example Response
Status Code: 200
Other Response
We assume that you have uploaded a file using our File Upload API. Now, here is an explanation of how you can get the status of your uploaded file using our Get File API.
GET:
NOTE1: <API_KEY> - You can find your API key from your client area - API section.
NOTE2: <File_ID> - You will get your file ID in the response of Upload File API.
Example Request
Example Response
Unauthorized Request
Invalid API Key
Rate Limit: 30 requests per minute
Status Code: 429
Protect your API Key: Your API Key is required to use our Email verification API. Store it in a safe place. You can change it at any time. You are responsible for the cost of all verifications processed with it.
If you have any further queries kindly contact us.