Event types
License added / removed, jurisdiction shift, new geo entry, related-domain spawn.
For KYC & compliance · ICP #4
Operator change feed for licenses, jurisdictions, and market entries. Built for KYC vendors and compliance-software providers tracking operator events relevant to their pipeline.
Show me operators that gained a new EU license in the last 30 days, or entered a new market based on language and geo signals. Include the previous license stack and any related domain links.
License added / removed, jurisdiction shift, new geo entry, related-domain spawn.
Look-back period (default 30 days) for the change feed.
Filter to specific regulators if your pipeline focuses on a region.
Optionally scope to operator size / vertical to narrow the feed.
Change-event stream as CSV/JSONL, optionally webhook-pushed. Each row carries operator domain, event type, before/after state, and detection timestamp. Triggered via POST /reports/compliance-watch or subscribed via webhook.
POST /reports/compliance-watch
{
"event_types": ["license_added", "jurisdiction_shift", "new_market"],
"since": "2026-04-27",
"regulators": ["MGA", "UKGC", "EU"]
}
Request a sample change feed scoped to your target operator profile and event types.
Request sample →