Searches a individual's details against multiple Politically Exposed Person (PEP), sanction, or adverse media lists to determine if the customer is blocklisted. Performs a fuzzy search that uses Soundex. Note that some returned fields may not contain values.
firstName required | string First name of the individual to search. |
lastName required | string Last name of the individual to search. |
dob | string Individual's date of birth in YYYY-MM-DD format. |
country | string (Country) ^[A-Z]{2}$ Country where the individual lives in ISO Alpha-2 code format. For examples, see ISO.org. Example: country=US |
Results retrieved.
Returns an array of objects that represent hits, or an empty array if no hits are found.
[- {
- "firstName": "Benjamin",
- "lastName": "Franklin",
- "source": "string",
- "sourceType": [
- "sanctions",
- "enforcements"
], - "gender": "string",
- "title": [
- "Postmaster General",
- "Ambassador to France",
- "Ambassador to Sweden",
- "Supreme Executive Council of Commonwealth of Pennsylvania"
], - "type": "individual",
- "legalBasis": [
- "string"
], - "regime": "United States Government",
- "confidence": "weak",
- "nationality": "string",
- "address": [
- {
- "address": "string",
- "address2": "string",
- "city": "string",
- "region": "string",
- "country": "string",
- "birthplace": false
}
], - "dob": [
- "1706-01-17"
], - "aliases": [
- {
- "firstName": "string",
- "lastName": "string",
- "authenticity": "strong"
}
], - "passport": [
- {
- "number": "string",
- "registrationDate": "2019-08-24"
}
], - "comments": "string",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
]