Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| entity_number | string | Business Number | required |
| entity_name | string | Business Name | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the business verification response data |
| entity.entity_name | string | Registered name of the business |
| entity.entity_type | string | Type of business entity (e.g., Local Company - Limited by Shares) |
| entity.registration_number | string | Business registration number |
| entity.registration_date | string | Date of business registration in DD/MM/YYYY format |
| entity.status | string | Current status of the business (e.g., Active) |
| entity.nature_of_business | string | Primary business activity description |
| entity.isic_classification | string | ISIC industry classification code and label |
| entity.isic_description | string | Detailed description of the ISIC classification |