Emails
Email Validation
Query for and validate email addresses.
get/emails
Query parameters
api_keystring
API Key
Your unique identifier that allows access to our APIs.
Begins ak_. Available from your dashboard
querystring required
Specifies the email address to validate
tagsstring
** Tags ** A comma separated list of tags to query over.
Useful if you want to specify the circumstances in which the request was made.
If multiple tags are specified, the response will only comprise of requests for which all the tags are satisfied - i.e. searching "foo,bar" will only query requests which tagged both "foo" and "bar".
Response
Success
Example response
{
"result": {
"result": "deliverable",
"deliverable": true,
"catchall": false,
"free": false,
"role": true,
"disposable": false,
"suggestions": []
},
"code": 2000,
"message": "Success"
}