Request

[GET]
{{baseUrl}}/api/v1/kyb/business/search
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringprod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

ParameterTypeDescription
company *stringname of company or number of companyrequired
country_code *stringISO Alpha-2 Country Code of business country

Sample response

Response
{
    "entity": [
        {
            "name": "John Doe Inc.",
            "shortName": null,
            "brandName": null,
            "internationalNumber": "LLC_00943037",
            "countryCode": "us-il"
        }
    ]
}