Reverse MX API

API Structure

The Reverse MX (Mail Servers) API returns domains that share the same mail server. With this API, you can discover associations between domains and thereby detect other spam, phishing, and malware-specific domains.

Let's start by creating a two-week free account from Deepinfo Platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:

curl --request GET \
  --url https://api.deepinfo.com/v1/discovery/reverse-mx?mx=mx.deepinfo.com \
  --header 'Accept: application/json' \
  --header 'apikey: [YOUR_API_KEY]'

If you wish to call Reverse MX API with real values and run code, just click here.

You can always contact us for support and ask for more assistance. We'll be glad to assist you with building your product.