API SuiteMCA (Company)
Get Company Master Data
Get detailed company information using CIN (Corporate Identity Number)
Try itLoading playground…
Loading…
AuthorizationBearer <token>
JWT Bearer token authentication. Obtain a token from the KwikID dashboard.
In: header
Path Parameters
cinstring
Corporate Identity Number of the company
Response Body
curl -X GET "https://__mock__/verification/v2/mca/master-data/string"{
"company_name": "string",
"cin": "string",
"registration_date": "2019-08-24",
"company_status": "string",
"company_category": "string",
"company_class": "string",
"authorized_capital": 0,
"paid_up_capital": 0,
"registered_address": "string",
"email": "string",
"phone": "string"
}{
"detail": {},
"message": "string"
}{
"detail": {},
"message": "string"
}{
"error": "Company not found for the provided details"
}{
"error": "string"
}