๐Ÿ‘ฉโ€๐Ÿ’ผDirector CIPC Lookup

Complete a CIPC lookup for a director based on the Customers ID Number.

Director CIPC Lookup

GET {{baseUrl}}/businesses/cipc?id_number=id_number

Complete a CIPC lookup for a director based on the id_number.

Query Parameters

NameTypeDescription

id_number*

String

This is the 13-digit South African ID Number of the Customer / Director you would like to complete the CIPC lookup against.

```postman_json
{
    "errors": {
        "message": "Entity not found",
        "enterprises": "ID / passport number entered is not an active director or member in any enterprises."
    }
}
```

Last updated