Change Log

List of updates to the Connect API documentation.

April 2025

    Companies - Confidence Match Search

  • Parameter name has been marked as required.
    • Endpoint /companies/match

    Companies - Global Company Search

  • New Endpoint Added to Credit and Risk, The global company search allows you to not specify a country and search for all locations of a company
    • Endpoint /companies/global

    GB Consumer - AML Search and Multi-Bureau Search Request Example

  • The example request IdAml Property has been updated to idAml for both AML search and Multi Bureau
    • Endpoint /localSolutions/GB/identitysearch

    February 2025

      Companies - Confidence Match Search

    • matchThreshold parameter has been updated in terms of banding. Minimum value is now 893, maximum value is now 999.
      • Endpoint /companies/match

      GB Consumer - Multi-Bureau Search Request

    • The requestBody has been updated to reflect actual coding convention of camelCase
    • Two additional parameters have been added `sortCode` AND `bankAccountNumber'
      • Endpoint /localSolutions/GB/identitysearch

      KYC - Return Full Search Hit Information

        Correction of a schema response object from a string to an Array of strings
        <ul>  
        
          "sources": [
                    {
                      "title": "string",
                      "description": "string",
                      "link": "string",
                      "dateAdded": "2019-08-24",
                      "isCopyrighted": "string",
                      "datePublished": "2019-08-24",
                      "documentLink": "string",
                      "datasets": [
                      "string"
                      ]
                    }
                  ]      
        </ul>
        
      
        Endpoint /kyc-protect/searches/individuals/{searchId}/hits/{hitId}
        Endpoint /kyc-protect/searches/businesses/{searchId}/hits/{hitId}

    January 2025

    • Updated incorrect parameter casing on the the GB Identity History endpoint.
    • Endpoint /localSolutions/GB/identitysearch/history

    November 2024

    • Removal of the GitHub link to the old Swagger UI - No longer supported.

      • Company Images

      • Endpoints updated to reflect correct responses and detailed descriptions added:
        • Endpoint /images/companies
        • 200 response re-written to remove incorrect properties.
        • 200 response re-written to include missing properties.
        • 200 response re-written to add descriptions for all properties.
        • Endpoint /images/{imageId}
        • 400 response corrected: Fixed `message` property structure.
        • 200 response updated: Returns a Binary Stream Response only; removed reference to incorrect schema.

        FR Bank Match

      • Additional parameter added:
        • Endpoint /localSolutions/FR/bankMatch
        • Added query parameter bankCountry.

        KYC Protect

      • Added integration assistance documentation in the 'Introduction' section.
      • Added guidance for best practices: Adding searches to profiles for monitoring.
      • New Endpoints added for AML and Audit Reporting, under a new sidebar option: KYC Reporting:
        • Endpoints:
        • GET /kyc-protect/reports/criteria/{type}
        • POST /kyc-protect/reports
        • GET /kyc-protect/reports
        • GET /kyc-protect/reports/{reportId}
        • GET /kyc-protect/reports/{reportId}/download
      • New Endpoints added for Business and Individual Search Hits, under new sidebar options: KYC AML Screening - Businesses and KYC AML Screening - Individuals:
        • Endpoints:
        • GET /kyc-protect/searches/businesses/{searchId}/hits/{hitId}/download
        • GET /kyc-protect/searches/individuals/{searchId}/hits/{hitId}/download

      Protect - Legacy

    • Updated legacy Protect product endpoints:
      • Endpoints no longer supported:
      • All endpoints under /protect/*, except the following, now return a 301 Moved Permanently status:
        • POST /protect/audit
        • GET /protect/audit
        • POST /protect/idv/gdc/search
        • GET /protect/idv/file
        Response for deprecated endpoints:
        {"message": "All resources under /protect/* are no longer available. This product is now replaced by KYC Protect (/compliance/kyc-protect/* endpoints)"}
      • Removed unsupported endpoints from the documentation.