Sample Input
Input Example Version 2
{
"apiKey":"{{apiKey}}",
"name": "Najib Razak",
"datasets": [
"PEP",
"SAN",
"INS",
"RRE",
"DD",
"POI",
"REL"
],
"threshold": 90,
"countries": [
"MY","US"
],
"dob": "1953-06-13",
"dobMatching": "withinThreeYears",
"gender": "Male",
"dobRequired": true,
"countryRequired": true
}
Input Example Version 1
{
"apiKey":"apikey",
"Threshold":70,
"PEP":true,
"PreviousSanctions":false,
"CurrentSanctions":false,
"LawEnforcement":false,
"FinancialRegulator":false,
"Insolvency":false,
"DisqualifiedDirector":false,
"AdverseMedia":false,
"Forename":"Najib",
"Middlename":null,
"Surname":"Razak",
"DateOfBirth":"1953-07-23",
"YearOfBirth":1953 ,
"Address": null,
"City":null,
"County":null,
"Postcode":null,
"Country":"Malaysia"
}
Last updated