API Migration from Email Checker
API Migration from Email Checker
Please review the following breaking changes listed below when migrating from Email Checker to Emailable. Our API will remain mostly the same and likely will require minimal or no changes for a majority of our users. All endpoints will remain the same unless otherwise stated below. There are no plans to deprecate this API at any time in the future beyond the changes listed here.
Please note that Email Checker API endpoints will only work when using API Keys migrated from Email Checker. Emailable API Keys will not work with Email Checker API endpoints.
Breaking Changes
General
V1 API
Authentication
Batch API
PUT
https://upload.emailverifyapi.com/batchapi/v1
GET
https://upload.emailverifyapi.com/batchapi/v1
Usage
https://api.emailverifyapi.com/api/a/v1?usage=1
The monthQuota and monthQuotaRemaining fields will now reflect your credit balance, because there are no monthly quotas in Emailable.
V3 API
Authentication
Real-Time API
GET
https://api.emailverifyapi.com/v3/lookups/jsonp
GET
https://api.emailverifyapi.com/v3/lookups/xml
Usage
GET
https://api.emailverifyapi.com/v3/lookups/json?usage=1
The monthQuota and monthQuotaRemaining fields will now reflect your credit balance, because there are no monthly quotas in Emailable.
Non Breaking Changes
If you encounter any differences that are not documented here, please email api-bugs@emailable.com with a detailed explanation of the difference. Please include the full request and response, including all headers and all information necessary for our team to replicate the issue.
V1 API
Real-Time API
GET
https://api.emailverifyapi.com/api/a/v1
The emailAddressSuggestion key will return a suggestion if one is available, regardless of whether the correct parameter is sent in the request.
V3 API
Real-Time API
GET
https://api.emailverifyapi.com/v3/lookups/json
The suggestion key will return a suggestion if one is available, regardless of whether the correct parameter is sent in the request.
Updated on: 07/29/2022
Thank you!