Search Multiple Watchlists
Search a name across one or more watchlists, grouped by source.
Query parameters
The name to search for across the watchlists.
The name to search for across the watchlists.
Watchlists to search. Repeat the param to search several (e.g. ?watchlists=OFAC&watchlists=PEP). At least one required; one billable order is written per requested watchlist.
Watchlists to search. Repeat the param to search several (e.g. ?watchlists=OFAC&watchlists=PEP). At least one required; one billable order is written per requested watchlist.
Minimum similarity for a match (0.0–1.0).
Minimum similarity for a match (0.0–1.0).
Maximum matches to return per watchlist.
Maximum matches to return per watchlist.
Response
Successful Response
Example response
{
"results": [
{
"matches": [
{
"name": "banco nacional de cuba",
"similarity_score": 0.95
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.