Workflow validation
Domain Asset Change API
A buyer-intent 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 only a demand test. Build starts after tracked workflow intent beats the broader market pages.
- Security engineers building domain and certificate alert workers.
- Brand-protection teams monitoring lookalike infrastructure.
- SaaS platforms enriching customer-domain security dashboards.
Signals To Watch
These events decide whether this workflow deserves implementation.
- Request clicks from domain change, RDAP, DNS, and certificate monitoring pages.
- Domain-infrastructure sample CSV downloads.
- Demo clicks from users comparing the response shape.
Smallest Build
If this page crosses a gate, the first implementation should stay this narrow.
- One public-source watchlist with RDAP and certificate-change evidence.
- Daily cached JSON and CSV exports before broad passive-DNS scope.
- No private WHOIS, personal data enrichment, or automated takedown claims.