Master data for one company by CIN.
Returns the company's master record - name, status, registered office, capital, ROC, date of incorporation, principal activity. Mirrors what's shown on the company overview page.
| Parameter | Type | Required | Notes |
|---|---|---|---|
cin |
string | yes | 21-character CIN. Case-insensitive; we normalise to upper-case. |
{
"cin": "U72200KA2014PTC076171",
"name": "Example Software Private Limited",
"status": "Active",
"date_of_incorporation": "2014-03-12",
"roc": "Bangalore",
"authorised_capital": 1000000,
"paid_up_capital": 750000,
"registered_office": {
"line1": "...",
"city": "Bangalore",
"state": "KA",
"pin": "560001"
},
"last_refreshed": "2026-05-05"
}