New Method email_check_one
Our regular method email_check is focused on getting result no matter the cost. Due to this fact email_check could take up to a couple of minutes to process a request which is way to much for most website solutions.
To remedy this a new method to check email existence available under Blacklist Database License has been added.
The method’s called email_check_one and full documentation is available here: https://cleantalk.org/help/api-email-check-one
The method guarantees a response in 60 seconds and in case the process exceeds 60 seconds – the method returns a special status which signifies the process will be finished in the background and the actual result might be retrieved later via polling.
Here’s a quick example of a request (don’t forget to use your own license key):
https://api.cleantalk.org/?method_name=email_check_one&auth_key=123456&email=st********@*****le.com
And here’s a possible response:
{"data":{"st********@*****le.com":"EXISTS"}}