Skip to main content

Request

[GET]
{{baseUrl}}/api/v1/kyb/business/search
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on the dashboard here
AuthorizationstringPrivate/secret key. Use <key> not Bearer <key>

Query Parameters

ParameterTypeDescriptionRequired
name *stringBusiness name to search for (partial or full match)required
country_code *stringCountry code of the business’s countryrequired

Sample response

Response
{
    "entity": [
        {
            "name": "ABCD GLOBAL INDUSTRIES LTD",
            "internationalNumber": "200045678",
            "country": {
                "name": "Exampleland",
                "code": "EX"
            }
        },
        {
            "name": "ABCD HOLDINGS PLC",
            "internationalNumber": "200098765",
            "country": {
                "name": "Exampleland",
                "code": "EX"
            }
        }
    ]
}

Response Fields

FieldTypeDescription
entityarrayList of matching businesses
entity[].namestringRegistered name of the business
entity[].internationalNumberstringInternational registration number (use this with the Global Business Details endpoint to fetch full profile)
entity[].countryobjectCountry details for the business registration
entity[].country.namestringName of the country or region
entity[].country.codestringCountry or region code