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.
- Security engineers building domain and certificate alert workers.
- Brand-protection teams monitoring lookalike infrastructure.
- SaaS platforms enriching customer-domain security dashboards.
Initial Data Scope
The first buyer-ready workflow should keep the source coverage 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.