Retrieves a list of companies from the KYC API company index
GET
/api/v1/company/search/name/{country}/{name}
v1-company
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/company/search/name//'
Response Response Example
200 - Example 1
[
{
"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"
}
]
Request
Path Params
country
string
required
name
string
required
Query Params
limit
integer
optional