Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on the dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| name * | string | Business name to search for (partial or full match) | required |
| country_code * | string | Country code of the businessβs country | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | array | List of matching businesses |
| entity[].name | string | Registered name of the business |
| entity[].internationalNumber | string | International registration number (use this with the Global Business Details endpoint to fetch full profile) |
| entity[].country | object | Country details for the business registration |
| entity[].country.name | string | Name of the country or region |
| entity[].country.code | string | Country or region code |