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.

%PDF-1.4
%����
1 0 obj
<</Creator (Chromium)
/Producer (Skia/PDF m107)
/CreationDate (D:20221030082337+00'00')
/ModDate (D:20221030082337+00'00')>>
endobj
3 0 obj
<</ca 1
/BM /Normal>>
endobj
4 0 obj
<</Type /XObject
/Subtype /Image
/Width 60
/Height 60
/ColorSpace /DeviceRGB
/SMask 5 0 R
/BitsPerComponent 8
/Filter /FlateDecode
/Length 33>> stream
x���

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.

{
  "id": 579097,
  "businessName": "Tesla, Inc.",
  "telephoneNumber": "+1 (650) 681-5100",
  "faxNumber": "+1 (650) 681-5101",
  "website": "https://www.tesla.com",
  "isPEP": true,
  "isSanctionsCurrent": false,
  "isSanctionsPrevious": false,
  "isLawEnforcement": true,
  "isFinancialregulator": false,
  "isDisqualifiedDirector": false,
  "isInsolvent": false,
  "isAdverseMedia": true,
  "addresses": [
    {
      "address1": "Tesla Headquarters",
      "address2": "3500 Deer Creek Road",
      "address3": "",
      "address4": "",
      "city": "Palo Alto",
      "county": "California",
      "postcode": "CA 94304",
      "country": {
        "name": "United States of America"
      }
      ......
      
}

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.

%PDF-1.4
%����
1 0 obj
<<
/Title<FEFF0050006500720073006F006E002000640065007400610069006C0073>
/Creator<FEFF0077006B00680074006D006C0074006F00700064006600200030002E00310032002E0034>
/Producer(PDFsharp 1.50.4845 \(www.pdfsharp.com\) \(Original: Qt 4.8.7\))
/CreationDate(D:20201127074530Z)
/ModDate(D:20201127074531+00'00')
>>
endobj
2 0 obj
<<
/Type/Pages
/Kids[5 0 R 19 0 R 25 0 R 30 0 R 34 0 R 38 0 R 42 0 R 46 0 R 50 0 R 54 0 R 58 0 R 62 0 R 66 0 R 71 0 R 81 0 R 91 0 R 101 0 R 110 0 R 118 0 R 128 0 R 137 0 R 146 0 R 155 0 R 165 0 R 174 0 R 184 0 R 194 0 R 203 0 R 212 0 R 221 0 R 230 0 R 239 0 R 250 0 R 260 0 R 269 0 R 278 0 R 287 0 R 297 0 R 307 0 R 315 0 R 325 0 R 333 0 R 340 0 R 350 0 R 360 0 R 370 0 R 378 0 R 385 0 R 391 0 R 401 0 R 411 0 R 420 0 R 431 0 R 442 0 R 451 0 R 459 0 R 470 0 R 483 0 R 492 0 R 502 0 R 514 0 R 523 0 R 535 0 R 545 0 R 553 0 R 563 0 R 573 0 R 585 0 R 592 0 R]
/Count 69
/ProcSet[/PDF/Text/ImageB/ImageC]

Last updated