Identity Verification CAC Advance
POST /api/v{version}/Identity/verification/cac/advance
Description
This endpoint is used to verify the details of a company using its RC number, name, and type through the Corporate Affairs Commission (CAC).
Parameters
- version (
string, path, required): The API version.
Headers
- Accept-Language (
string, header, optional): Change the default response message language from English (en). Available languages:fr,en.
Request Body
Media Type
application/json
Schema
{
"rc_number": "string",
"company_name": "string",
"company_type": "string"
}
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v{version}/Identity/verification/cac/advance \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!