Sample Success Responses

Domain Registration Update Monitor API sample response
If a request succeeds, it will return a status code in the 200 and a JSON. The following sample response will be returned after a successful query.

{
  "filters": {
    "should": [
      {
        "name": "domain.name.",
        "value": "other_domain_name",
        "type": "cantains_all"
      },
      {
        "name": "domain.name.keywords",
        "value": "other_domain_keyword",
        "type": "eq"
      },
      {
        "name": "domain.dns.a.ip_addresses",
        "value": "192.168.XXX.XXX",
        "type": "eq"
      },
      {
        "name": "ssl.fingerprint.sha256",
        "value": "6387eace858edf0b19e3be9c4213eb2ea455ebe1",
        "type": "eq"
      }
    ],
    "must": null,
    "must_not": null
  },
  "monitor_id": "000d05e7-49c5-4e3f-bc67-ae2bde3b1b000",
  "monitor_name": "domain_monitor",
  "status": "active",
  "tags": [
    "domain_monitor_filter_1"
  ],
  "created_at": "2021-10-25T07:45:27Z",
  "updated_at": "2021-10-25T07:45:27Z",
  "monitoring_start_date": "2021-10-25T07:45:25Z"
}