Sample Success Responses

Domain Registration History List 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.

{
  "result_count": 6,
  "page": 1,
  "page_size": 100,
  "results": [
    {
      "filters": {
        "should": null,
        "must": [
          {
            "name": "domain.name",
            "value": "your_domain_name.com",
            "type": "eq"
          }
        ],
        "must_not": null
      },
      "monitor_id": "0005eba3-afe9-4415-9c2a-5e1dc19ed000",
      "monitor_name": "domain_monitor_1",
      "status": "active",
      "tags": [
        "domain_monitor"
      ],
      "created_at": "2021-10-25T10:04:24Z",
      "updated_at": "2021-10-25T10:04:24Z",
      "monitoring_start_date": "2021-10-25T10:04:23Z",
      "deleted": false,
      "deleted_at": null
    },
    {
      "filters": {
        "should": [
          {
            "name": "ssl.fingerprint.sha256",
            "value": "6387eace858edf0b19e3be9c4213eb2ea455ebe1",
            "type": "eq"
          }
        ],
        "must": null,
        "must_not": null
      },
      "monitor_id": "000d7af8-248d-46cb-be01-eebbeb016000",
      "monitor_name": "domain_monitor_2",
      "status": "active",
      "tags": [
        "SSL_monitor"
      ],
      "created_at": "2021-10-25T08:06:37Z",
      "updated_at": "2021-10-25T08:06:37Z",
      "monitoring_start_date": "2021-10-25T08:06:34Z",
      "deleted": false,
      "deleted_at": null
    },
    {
      "filters": {
        "should": [
          {
            "name": "domain.dns.a.ip_addresses",
            "value": "192.168.0.0",
            "type": "eq"
          }
        ],
        "must": null,
        "must_not": null
      },
      "monitor_id": "00086cf4-97aa-49ed-9f60-198f49f44000",
      "monitor_name": "domain_monitor_3",
      "status": "active",
      "tags": [
        "ip_address_monitor"
      ],
      "created_at": "2021-10-25T07:59:13Z",
      "updated_at": "2021-10-25T07:59:13Z",
      "monitoring_start_date": "2021-10-25T07:59:12Z",
      "deleted": true,
      "deleted_at": "2021-10-25T10:43:21Z"
    },
    {
      "filters": {
        "should": [
          {
            "name": "domain.whois.registrant.email",
            "value": "[email protected]",
            "type": "eq"
          }
        ],
        "must": null,
        "must_not": null
      },
      "monitor_id": "000eaf14-f140-4cc1-867e-5e7c483c5000",
      "monitor_name": "domain_monitor_4",
      "status": "active",
      "tags": [
        "registrant_email_monitor"
      ],
      "created_at": "2021-10-25T07:50:52Z",
      "updated_at": "2021-10-25T07:50:52Z",
      "monitoring_start_date": "2021-10-25T07:50:51Z",
      "deleted": false,
      "deleted_at": null
    },
    {
      "filters": {
        "should": [
          {
            "name": "domain.dns.ns.name_servers",
            "value": "ns.domainname.com",
            "type": "eq"
          }
        ],
        "must": [
          {
            "name": "domain.name",
            "value": "domain_name",
            "type": "eq"
          }
        ],
        "must_not": null
      },
      "monitor_id": "000d05e7-49c5-4e3f-bc67-ae2bde3b1000",
      "monitor_name": "domain_monitor_4",
      "status": "active",
      "tags": [
        "name_server_monitor"
      ],
      "created_at": "2021-10-25T07:45:27Z",
      "updated_at": "2021-10-25T10:10:29Z",
      "monitoring_start_date": "2021-10-25T10:10:28Z",
      "deleted": false,
      "deleted_at": null
    },
    {
      "filters": {
        "should": [
          {
            "name": "domain.name.keywords",
            "value": "covid",
            "type": "eq"
          }
        ],
        "must": [
          {
            "name": "domain.name",
            "value": [
              "your_primary_domain"
            ],
            "type": "contains_all"
          }
        ],
        "must_not": null
      },
      "monitor_id": "000ff87b-dc6c-4d2b-9e3c-b7820e7cc000",
      "monitor_name": "domain_monitor_5",
      "status": "active",
      "tags": [
        "domain_keyword_monitor"
      ],
      "created_at": "2021-10-05T15:06:34Z",
      "updated_at": "2021-10-22T08:42:02Z",
      "monitoring_start_date": "2021-10-22T08:42:00Z",
      "deleted": false,
      "deleted_at": null
    }
  ]
}