For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versions

This page is to search the profile of the business by searching the business ID.

Version 2

Return result in JSON

GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v2/business/pdf/{{resourceId}}?apiKey={{apiKey}}

Get the resource Id from Search Business V2 and fill into url.

{
    "status": "success",
    "messageCode": null,
    "message": null,
    "matchCount": 1,
    "matches": [
        {
            "qrCode": "221457",
            "version": 1659685862020,
            "resourceUri": "/businesses/5654363f00320bf53d6b441d24bbc8b8ee1675187a1389795d270bb28e575d0b",
            "resourceId": "5654363f00320bf53d6b441d24bbc8b8ee1675187a1389795d270bb28e575d0b",
            "name": "IBM Corporation",
            "description": "Computer technology and IT consulting corporation",
            "deletionReason": null,
            "aliases": [
                {
                    "firstName": null,
                    "middleName": null,
                    "lastName": null,
                    "type": "Name Spelling Variation",
                    "alias": "International Business Machines Corporation"
                },
                {
                    "firstName": null,
                    "middleName": null,
                    "lastName": null,
                    "type": "Name Spelling Variation",
                    "alias": "International Business Machines Inc"
                },
                {
                    "firstName": null,
                    "middleName": null,
                    "lastName": null,
                    "type": "Name Spelling Variation",
                    "alias": "IBM Corp"
                },
                ......
}

Result in PDF Bytes

Return result in PDF Bytes

GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v2/business/pdf/{{resourceId}}?apiKey={{apiKey}}

Get the resource Id from Search Business V2 and fill it into the URL.

Version 1(Deprecated)

Return result in JSON

GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v1/business/{{businessID}}?apiKey={{apikey}}

Please fill in the businessID & apikey in the url.

Result in PDF Bytes

Return result in PDF bytes

GET https://okaydbdemo.innov8tif.com/ekyc/api/aml/v1/person/pdf/{{businessID}}?apiKey={{apikey}}

Please fill in the businessID & apikey in the url.

Last updated