Workflow page

Domain Asset Change API

A buyer review page for teams that want a lightweight API or CSV feed for public RDAP, DNS, and certificate-transparency changes tied to domains they monitor.

GET /v1/domains/watchlist/changes?domains=example.com,example.net&since=2026-07-01
{
  "data": [
    {
      "domain": "example-security.test",
      "changeType": "certificate_issued",
      "certificateIssuer": "Sample CA",
      "observedAt": "2026-07-02T17:45:00Z",
      "source": "Certificate Transparency"
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "domain-asset-change-api" }
}

Likely Buyers

This page is a product preview for comparing likely buyers, source coverage, and first API shapes.

Initial Data Scope

The first buyer-ready workflow should keep the source coverage narrow.

Availability. This workflow is available for buyer review. Direct requests are routed under the Domain Infrastructure Change Monitor product catalog.