Version 1
Business ID can be obtained through Search PersonID API
Return result in JSON
GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v1/person/{{personID}}?apiKey={{apikey}}
Please fill in the personID & apikey in the url.
{
"id": 873938,
"title": {
"description": "None"
},
"alternativeTitle": null,
"forename": "Mohd Najib",
"middlename": null,
"surname": "Abdul Razak",
"dateOfBirth": "1953-07-23",
"yearOfBirth": 1953,
"dateOfDeath": null,
"yearOfDeath": null,
"isDeceased": false,
"gender": "Male",
"nationality": {
"nationality": "Malaysian"
},
"imageURL": "https://secure.c6-intelligence.com/c6images/ari0201950/iHdkxRN4.png",
"telephoneNumber": "+60 3-8882 3003",
"faxNumber": "+60 3-8882 3054",
"mobileNumber": "",
"email": "[email protected]",
"pepLevel": 1,
"isPEP": true,
"isSanctionsCurrent": false,
"isSanctionsPrevious": false,
"isLawEnforcement": true,
"isFinancialregulator": false,
"isDisqualifiedDirector": false,
"isInsolvent": false,
"isAdverseMedia": true,
"addresses": [
{
"address1": "Level 12, Centre Block",
"address2": "Ministry of Finance Complex Precinct 2 Federal Government Administrative Center",
"address3": "",
"address4": "",
"city": "Putrajaya",
"county": null,
"postcode": "62592",
"country": {
"name": "Malaysia"
}
},
{
"address1": "Pejabat Perdana Menteri",
"address2": "Blok Utama Bangunan Perdana Putra Pusat Pentadbiran Kerajaan Persekutuan",
"address3": "",
"address4": "",
"city": "Putrajaya",
"county": null,
"postcode": "62502",
"country": {
"name": "Malaysia"
}
},
{
"address1": "No. 11 Langgak Duta Street, Taman Duta",
"address2": "",
"address3": "",
"address4": "",
"city": "",
"county": "Kuala Lumpur",
"postcode": "50480",
"country": {
"name": "Malaysia"
}
}
],
.......
}Return result in PDF bytes
GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v1/person/pdf/{{personID}}?apiKey={{apikey}}
Please fill in the personID & apikey in the url.
Path Parameters
Name
Type
Description
string
Last updated
Was this helpful?