BackTrash Email API

Using our trash email API couldn't be easier. An email address or a domain is queried by calling the URL, which then returns an XML document:

Request:
http://api.zebnet.co.uk/v1/trash/?email=my@trashmail.co.uk&key=api-key&secret=secret-word

Result:
<api>
<result>1</result>
<email>0</email>
<domain>1</domain>
<balance>9999</balance>
<valid>1</valid>
</api>

This is a very quick example so that you can get a first impression of using the API.

Detailed documentation is also available. A DLL file is also available for .NET developers.

Payment and Delivery | Privacy Policy | Terms & Conditions | License Agreement (EULA) | Legal Notice