CAC Verification
Perform a public search against the Corporate Affairs Commission (CAC) to verify company names and RC numbers.
Search CAC
POST
/cac/searchRequest Body:
{
"searchTerm": "PAMPY",
"SearchType": "ALL",
"classificationId": ""
}
Sample Success Response:
{
"success": true,
"data": [
{
"companyName": "PAMPY TECH",
"rcNumber": "RC123456",
"status": "ACTIVE"
}
]
}
© 2026 FranceVerified API. All rights reserved.