Domain Registration Detail Monitor API

API Structure

Domain Registration Detail Monitor API brings monitoring terms, which are created to monitor recently registered domains, based on a monitored ID (monitored_id field i.e: "000ff87b-dc6c-4d2b-9e3c-b7820e7cc000"). For example, this API calls your monitoring filters such as domains (i.e. deepinfo.com), domain name terms, subdomain terms, keywords, Whois registrant email address, phone number, DNS A, NS, MX, SOA, etc. records, and much more. In this way, you will be able to easily follow the monitoring terms you have set.

If you want to set up an integration with your application and try Domain Registration Detail Monitor API, you'll need to generate an API key. 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/monitoring/registration/monitors/987ff87b-dc6c-4d2b-9e3c-b7820e7cc592 \
     --header 'Accept: application/json' \
     --header 'apikey: [YOUR_API_KEY]'
API Endpoint:api.deepinfo.com/v1/monitoring/registration/monitors
API Documentation:Link

If you wish to call Domain Registration Detail Monitor 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.