Kenya
Business Registration
Verify a Kenyan business using its registration number and retrieve directors, shareholders, and beneficial owners.
POST
Kenya Business Registration
The Business Registration endpoint retrieves verified company information — including directors, beneficial owners, and shareholding structure — using a valid Kenya business registration number.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
registration_number | string | Yes | The business registration number (e.g. PVT-ABC123) |
postal_code | string | No | Postal code of the registered business address |
postal_address | string | No | Postal address number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.valid | boolean | Whether the registration is valid |
data.directors | array | List of directors with identity and shareholding details |
data.beneficial_owners | array | List of beneficial owners with shareholding details |
data.fiduciaries | array | Fiduciary details if applicable |
data.proprietors | array | Proprietor details if applicable |

