Business
Search Kenyan business registrations. Use search_type: pvt (company), bn (business name / sole prop), llp (limited liability partnership), or bo (beneficial owner).
Request
POST/api/v1/business
{{baseUrl}}/api/v1/businessHeader
Body Parameters
Response
200 OKSample dataExample response
{
"success": true,
"response_code": 200,
"message": "Business details fetched successfully",
"data": {
"registration_number": "CPR/2015/123456",
"name": "Acme Limited",
"status": "Active",
"kra_pin": "P051234567X",
"search_type": "pvt"
},
"request_id": "550e8400-e29b-41d4-a716-446655440000"
}Response Fields
Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.
