Get Company (Full)
mca.company.get
Fetch full company master data by CIN, DIN, or LLPIN. Requires MCA portal credentials.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"id_type":"cin","id_value":"U72900TN2022PTC155825"},"capability":"mca.company.get"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
id_type
| string | required | Type of identifier: cin, din, or llpin |
id_value
| string | required | Company identifier (CIN, DIN, or LLPIN) |
Output
| Field | Type | Required | Description |
|---|---|---|---|
company
| object | null | optional |