GLOBAL BUSINESS CHECK
Global Business Search
Search Global business records
Request
[GET]
{{baseUrl}}/api/v1/kyb/business/search
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameter
Parameter | Type | Description | |
---|---|---|---|
company * | string | name of company or number of company | required |
country_code * | string | ISO 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"
}
]
}
Was this page helpful?