Real-Time Watchlist Screening

Loading...
The Real-Time Watchlist Screening API supports screening party and payment information against lists of known or suspected parties that are involved in illegal activities, such as money laundering, terrorism financing, or other criminal behaviors.

Screening Exceptions

Contains the operations to create, read, update, and delete screening exceptions. Screening exceptions identify the profiles or conditions that, when matched, do not generate a hit during the screening process.

Watchlist Profiles

Contains the operation to read watchlist profiles. A watchlist profile represents the publication of data on a sanctioned entity or individual by a given watchlist. A specific version of a watchlist profile is identified by the unique pairing of its profile ID and checksum.

Watchlist Metadata

Contains the operations to read watchlist metadata. The watchlist metadata contains information about a watchlist including its sanction codes and categories.
get
Get a list of watchlist category metadata organized by date
Internal-Use OnlyReturns a list of watchlist category metadata, where each element of the list identifies the categories for the watchlist on that date.
/collection/categories
get
Get a list of watchlist sanction code metadata organized by date
Internal-Use OnlyReturns a list of watchlist sanction code metadata, where each element of the list identifies the sanction codes for the watchlist on that date.
/collection/sanctionCodes
get
Get a list of watchlist region metadata organized by date
Internal-Use OnlyReturns a list of watchlist region metadata, where each element of the list identifies the country and a list of regions associated with that country on that date.
/collection/regions
get
Get a list of watchlist categories for a given date
Internal-Use OnlyReturns a watchlist and its corresponding categories for the given date.
/collection/categories/{date}
get
Get a list of watchlist sanction codes for a given date
Internal-Use OnlyReturns a watchlist and its corresponding sanction codes for the given date.
/collection/sanctionCodes/{date}
get
Get a list of watchlist region metadata for a given date
Internal-Use OnlyReturns region metadata for the given date.
/collection/regions/{date}
get
Get a list of the latest watchlist categories
Internal-Use OnlyReturns a watchlist and the latest version of its corresponding categories. The latest version is based on the capture date timestamp.
/collection/categories/@latest
get
Get a list of the latest watchlist sanction codes
Internal-Use OnlyReturns a watchlist and the latest version of its corresponding sanction codes. The latest version is based on the capture date timestamp.
/collection/sanctionCodes/@latest
get
Get a list of the latest watchlist region metadata
Internal-Use OnlyReturns a watchlist and the latest version of its corresponding region metadata. The latest version is based on the capture date timestamp.
/collection/regions/@latest

Watchlist Screening Statistics

Contains the operation to read watchlist screening statistics.