Email Checker XML API
The API returns a validation code, a validation description and email properties in XML format for the email address provided as input.
Usage
Simply perform a GET call using this url with the API parameters described below:https://tls.bankaccountchecker.com/listener.php?key=<your_api_key>&password=<your_password>&output=xml&type=email&email=al@bankaccountchecker.com
API parameters
Parameter | Required | Default | Value |
---|---|---|---|
key | Yes | N/A | API key provided with your account. Alternatively, use the 'guest' key but you will be restricted by the number of call per 24 hours. |
password | Yes | N/A | Password associated with the API key. |
output | No | json | json, xml |
type | Yes | N/A | |
phone | Yes | N/A | The email address you want to check. |
Output
This is a sample of the output you will get in XML:<?xml version="1.0"?> <bankaccountchecker> <resultCode>01</resultCode> <resultDescription>phone is valid</resultDescription> <emailProperties> <email_name>al</email_name> <domain>bankaccountchecker.com</domain> <tld>com</tld> <preferred_mx_record>hermes.hosts.co.uk</preferred_mx_record> <is_disposable>false</is_disposable> <is_webmail>false</is_webmail> </emailProperties> </bankaccountchecker>
Why do I need to register?
We are always trying to improve on our services and to do so we need to be able to tell who is querying what data and how often. This will enable us to fully optimize our limited resources to providing a more stable and reliable service to our users.
What is this API key and do I need it?
This API key is just a random string of characters which uniquely identifies each user. This is how we can track your usage and we perform security validation.
How do I get this API key?
This API key is free for everyone. You just have to go to here to register and a unique API key will be sent to your email address.