Domain Registration Update Monitor API

API Structure

Domain Registration Update Monitor API enables you to update or insert 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), and much more. With this API, you are able to alter your domain monitoring parameters (if already exist) 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 Update 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 PUT \
     --url https://api.deepinfo.com/v1/monitoring/registration/monitors/000ff87b-dc6c-4d2b-9e3c-b7820e7cc000 \
     --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/monitors/
API Documentation:Link

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