Request

[GET]
{{baseUrl}}/api/v1/kyb/business/search
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringprivate key

Query parameter

ParameterTypeDescriptionRequired
company *stringname of company or number of companyrequired
country_code *stringISO Alpha-2 Country Code of business countryrequired

Sample response

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