Create a new watchlist for ongoing monitoring
watchlist:create permission.
alert_config only controls when to send alerts, not where.| Field | Type | Description |
|---|---|---|
watchlist_id | string | Unique identifier for the watchlist |
tenant_id | string | Your tenant identifier |
name | string | Watchlist name |
subjects | array | List of subjects being monitored |
lists_to_monitor | array | Lists to check against |
check_frequency | string | Screening frequency |
last_checked_at | string/null | Last check timestamp (ISO 8601) |
next_check_due | number/null | Next check timestamp (Unix milliseconds) |
last_results | object/null | Most recent screening results |
alert_config | object | Alert configuration |
status | string | Watchlist status (active or paused) |
created_at | string | Creation timestamp (ISO 8601) |
updated_at | string | Last update timestamp (ISO 8601) |
name fieldcheck_frequency valuelists_to_monitor valueswatchlist:create permission.
| Field | Type | Required | Description |
|---|---|---|---|
full_name | string | Yes* | Full name of the subject |
identifier | string | No | Document ID, wallet address, email, etc. |
identifier_type | string | No | Type: “document”, “wallet”, “email”, “tax_id”, etc. |
Start Empty, Add Later
Choose the Right Frequency
Configure Alerts from Start
Select Relevant Lists
ofacun and eusenaclaft_uy| Code | Description |
|---|---|
| 201 | Created - Watchlist created successfully |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Missing or invalid token |
| 403 | Forbidden - Insufficient permissions |
| 500 | Internal Server Error |