Global Business Search

Search Global business records

Validate a business's registration

Request

{{baseUrl}}/api/v1/kyb/business/search

Headers

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringprod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Parameters

Parameter Type Description
company * string name of company or number of company required
country_code * string ISO Alpha-2 Country Code of business country

Response Sample

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