Skip to main content

Overview

Watchlists enable continuous monitoring of entities against sanctions lists. This guide provides ready-to-use code snippets for common watchlist operations. Key features:
  • Tags: Organize watchlists and subjects with custom tags for filtering and categorization
  • Session linking: Connect subjects to onboarding sessions via session_id
  • TTL-based expiration: Subjects automatically expire based on tenant configuration

Create Watchlist

Create Watchlist with Alerts

Notification channels (webhooks, emails) are configured at the tenant level. The alert_config only controls when to send alerts, not where. Contact support to configure your notification channels.

List All Watchlists

Get Watchlist Details

Add Subjects

List Subjects

Update Subject Tags

Remove Subject

Update Watchlist

Trigger Monitoring

Run an immediate screening check on all subjects in a watchlist without waiting for the scheduled check.

Delete Watchlist

Common Workflows

Complete Watchlist Management

Bulk Import Subjects

Error Handling

Handling Seat Limits

When adding subjects, the API validates available seats. Handle 402 errors gracefully: