API SuiteMCA (Company)
Search Company
Search for company information using company name
Try itLoading playground…
Loading…
AuthorizationBearer <token>
JWT Bearer token authentication. Obtain a token from the KwikID dashboard.
In: header
company_namestring
Name of the company to search for
Response Body
curl -X POST "https://__mock__/verification/v2/mca/search-company" \ -H "Content-Type: application/json" \ -d '{ "company_name": "string" }'{
"companies": [
{
"company_name": "string",
"cin": "string",
"status": "string"
}
]
}{
"detail": {},
"message": "string"
}{
"detail": {},
"message": "string"
}{
"error": "string"
}