KYC API Documentation
  1. v1-company
KYC API Documentation
  • v1-company
    • Retrieves announcement data
      GET
    • Retrieves a list of stock exchange listings
      POST
    • Retrieves a list of companies
      GET
    • Retrieves a list of companies from the official business register
      GET
    • Retrieves a list of companies from the official business register
      GET
    • Get available ChangeTypes
      GET
    • Retrieves a list of registered monitors
      GET
    • Get monitor status for specific company id
      GET
    • Register a Company for monitoring
      POST
    • Deactivates an active notification
      POST
    • Retrieves a list of registered notifications
      GET
    • Retrieves a list of registered notifications
      GET
    • Creates a new notification
      POST
    • Unregister a company from Monitoring
      POST
    • Retrieves a list of companies from the KYC API company index
      GET
    • Retrieves a list of companies from the KYC API company index
      GET
    • Retrieves a list of companies from the KYC API company index
      POST
    • Retrieves company announcements
      GET
    • Retrieves structured data extracted from a company document
      GET
    • Retrieves company details
      GET
  • v1-ein-verification
    • Verifies an EIN number
      GET
    • Verifies EIN number and retrieves company data
      GET
    • Retrieves a list of EIN numbers
      GET
  • v1-iban-verification
    • Checks validity of an IBAN number
      POST
    • Checks validity of an IBAN number
      POST
  • v1-nif-verification
    • Verifies a NIF number
      POST
    • Verifies a NIF number and retrieves company data
      POST
  • v1-pepsanction
    • Retrieves a list of monitor entries
    • Deactive a pep sanction monitor
    • Update details of active Pep Sanction monitor
    • Orders a new Pep Sanction Check Report
    • Returns a json or pdf report
  • v1-product
    • Retrieves a document availability result
    • Returns a catalog of products
    • Returns metadata for a notifier
    • Creates a notifier for an order
    • Places a concierge order
    • Places a UBO order
    • Places a product order
    • Places a product order
    • Returns a list of products
    • Returns metadata for a order
    • Updates metadata of an order
    • Retrieves the result of an order
  • v1-system
    • Returns a list of countries
    • Returns the health information for the official business registers based on usage.
    • Returns a list of products with prices
  • v1-tin-verification
    • Verifies a TIN number
    • EIN Name Lookup with TIN number and retrieves company data
    • EIN Name Lookup with TIN number
  • v1-vat-verification
    • Returns a verification result
    • Returns a verification result and company data
    • Returns a level two verification result
    • Returns a list of vat numbers with additional data
  1. v1-company

Retrieves a list of companies

GET
/api/v1/company/deepsearch/lei/{number}
v1-company
Lookup companies identified by a LEI (Legal Entity Identifier) number. Search is forwarded to a provider.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/company/deepsearch/lei/'
Response Response Example
200 - Example 1
{
    "company": {
        "address": [
            "string"
        ],
        "country": "string",
        "dateOfIncorporation": "string",
        "extraData": {},
        "formattedAddress": [
            "string"
        ],
        "id": "string",
        "legalForm": "string",
        "managingDirectors": [
            "string"
        ],
        "name": "string",
        "registrationNumber": "string",
        "requestTime": 0,
        "secretaries": [
            "string"
        ],
        "sicNaceCodes": [
            "string"
        ],
        "status": "string"
    },
    "current_page": 0,
    "isins": [
        "string"
    ],
    "last_page": 0,
    "lei": "string",
    "next_page": "string",
    "total_num_isins": 0,
    "validLei": true
}

Request

Path Params
number
string 
required
lei number
Query Params
page
integer 
optional
Pagination for the ISIN number results (1000 numbers per page)
Example:
1

Responses

🟢200Result of a lookup by LEI number
application/json
Body
company
object 
optional
address
array[string]
optional
country
string 
required
dateOfIncorporation
string 
optional
extraData
object 
optional
formattedAddress
array[string]
optional
id
string 
required
legalForm
string 
optional
managingDirectors
array[string]
optional
name
string 
required
registrationNumber
string 
required
requestTime
integer 
optional
secretaries
array[string]
optional
sicNaceCodes
array[string]
optional
status
string 
optional
current_page
integer <int32>
optional
isins
array[string]
optional
last_page
integer <int32>
optional
lei
string 
optional
next_page
string 
optional
total_num_isins
integer <int32>
optional
validLei
boolean 
optional
🔴500500
Previous
Retrieves a list of stock exchange listings
Next
Retrieves a list of companies from the official business register
Built with