๐Ÿ”ŽFind Business

Lookup and retrieve Business information for a Business using their business_id.

Find Business

GET {{baseUrl}}/businesses/:business_id

Search for a Business record using the search parameter business_id.

Path Parameters

NameTypeDescription

businessId*

String

The UUID for a specific business that gets generated and returned in either POST Create a Business for a Customer or POST Create a Business without a Customer

```postman_json
{
    "data": {
        "id": "{{businessId}}",
        "name": "THE JOLA CREATIONS",
        "type": "Private Company",
        "reg": "xxxx/xxxxxx/xx",
        "enterprise_num": "Kxxxxxxxxxx",
        "linked_customers": [],
        "cipc_business_verified": false,
        "cipc_director_verified": false,
        "cipc_information": null,
        "cipc_timestamp": null
    }
}
```

Last updated