🏨Get Business by Customer Property
Search for a Business and retrieve their data using their enterprise number or business registration number.
Path Parameters
Name
Type
Description
Properties you can use to search by:
Query Parameters
Name
Type
Description
API Responses
{
"data": {
"id": "{{businessId}}",
"name": "Finch Technologies",
"type": "Private Company",
"reg": "2016/123456/23",
"enterprise_num": "718",
"linked_customers": [],
"cipc_business_verified": false,
"cipc_director_verified": false,
"cipc_information": null,
"cipc_timestamp": null
}
}{
"errors": "Business not found by enterprise_num"
}Last updated
Was this helpful?