plaid
List hits for entity watchlist screenings
List all hits for the entity watchlist screening.
post/watchlist_screening/entity/hit/list
Request body
Example request
{
"entity_watchlist_screening_id": "entscr_52xR9LKo77r1Np",
"cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}Response
OK
Example response
{
"entity_watchlist_screening_hits": [
{
"id": "enthit_52xR9LKo77r1Np",
"review_status": "pending_review",
"first_active": "2020-07-24T03:26:02Z",
"inactive_since": "2020-07-24T03:26:02Z",
"historical_since": "2020-07-24T03:26:02Z",
"list_code": "EU_CON",
"plaid_uid": "uid_3NggckTimGSJHS",
"source_uid": "26192ABC",
"sub_programs": [
"SDGT",
"SDNTK"
],
"analysis": {
"documents": "match",
"email_addresses": "match",
"locations": "match",
"names": "match",
"phone_numbers": "match",
"urls": "match",
"search_terms_version": 1
},
"data": {
"documents": [
{
"analysis": {
"summary": "match"
},
"data": {
"type": "swift",
"number": "C31195855"
}
}
],
"email_addresses": [
{
"analysis": {
"summary": "match"
},
"data": {
"email_address": "user@example.com"
}
}
],
"locations": [
{
"analysis": {
"summary": "match"
},
"data": {
"full": "Florida, US",
"country": "US"
}
}
],
"names": [
{
"analysis": {
"summary": "match"
},
"data": {
"full": "Al Qaida",
"weak_alias_determination": "none"
}
}
],
"phone_numbers": [
{
"analysis": {
"summary": "match"
},
"data": {
"phone_number": "+14025671234"
}
}
],
"urls": [
{
"analysis": {
"summary": "match"
},
"data": {
"url": "https://example.com"
}
}
]
}
}
],
"next_cursor": "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM"
}