Domain Registration Create Monitor API

API Structure

Deepinfo Registration Create Monitor API enables you to create monitoring terms regarding any domain name, registrant name, email address, phone number, physical address, expiry date, DNS record (A, AAAA, MX, NS, SOA, TXT, etc.), SSL certificate record (Issuer, Subject Organization, SSL validity date, Fingerprints, SSL FQDNs, etc.), and much more. With this API, you are able to set up your domain monitoring parameters to keep track of newly registered domains, domain renewals, SSL renewals, expired domains, and SSL certificates.

If you want to set up an integration with your application and try Domain Registration Create 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 POST \
     --url https://api.deepinfo.com/v1/monitoring/registration/monitors \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --header 'apikey: [YOUR_API_KEY]'\
     --data '
{
     "filters": {
          "should": [
               {
                    "name": "domain.name",
                    "type": "eq",
                    "value": "domain_name"
               }
          ]
     },
     "monitor_name": "phishing domains",
     "status": "active"
}
API Endpoint:api.deepinfo.com/v1/monitoring/registration/monitor
API Documentation:Link

If you wish to call Domain Registration Create Monitor API and create your domain monitoring parameters and terms 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.