Versions
This page is to search the profile of the individual by searching the person ID.
Version 2
Return result in JSON
GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v2/person/pdf/{{resourceId}}?apiKey={{apiKey}}
Get the resource Id from Search Person V2 and fill it into the URL.
{
"status": "success",
"messageCode": null,
"message": null,
"matchCount": 1,
"matches": [
{
"qrCode": "873938",
"version": 1666582026614,
"resourceUri": "/individuals/c07699f03ed723eeb12669a681ffe269216929c2623d30ca73e63170af431fd6",
"resourceId": "c07699f03ed723eeb12669a681ffe269216929c2623d30ca73e63170af431fd6",
"firstName": "Mohd Najib",
"middleName": "",
"lastName": "Abdul Razak",
"gender": "Male",
"aliases": [
{
"firstName": "Najib",
"middleName": "",
"lastName": "Abdul Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Najib",
"middleName": "",
"lastName": "Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohammad",
"middleName": "Najib bin Abdul",
"lastName": "Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohammad Najib",
"middleName": "bin",
"lastName": "Abdul Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohammad",
"middleName": "Najib bin",
"lastName": "Abdul Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohd Najib",
"middleName": null,
"lastName": "Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohammad Najib",
"middleName": null,
"lastName": "Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohd Najib",
"middleName": "bin",
"lastName": "Abdul Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohd",
"middleName": "Najib bin",
"lastName": "Abdul Razak",
"type": "Name Spelling Variation",
"alias": null
},
{
"firstName": "Mohd",
"middleName": "Najib bin Abdul",
"lastName": "Razak",
"type": "Name Spelling Variation",
"alias": null
}
],
......
}Result in PDF Bytes
Return result in PDF Bytes
GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v2/person/pdf/{{resourceId}}?apiKey={{apiKey}}
Get the resource Id from Search Person V2 and fill it into the URL.
Version 1 (Deprecated)
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.
Result in PDF Bytes
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