Company Master Data
POST {{sandbox_host}}/mca/company/master-data/search
Fetch companies's details using CIN or LLPIN
Request Body
{"@entity"=>"in.co.sandbox.kyc.mca.master_data.request", "id"=>"{{cin}}", "consent"=>"{{consent}}", "reason"=>"{{reason}}"}
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | JWT Authorization token |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
RESPONSES
status: OK
"{\n \"code\": 422,\n \"timestamp\": {{$timestamp}}000,\n \"transaction_id\": \"{{$randomUUID}}\",\n \"message\": \"CIN/FCRN/LLPIN/FLLPIN must be of the pattern [ADDDDDAADDDDAAADDDDDD] for CIN, [FDDDDD] for FCRN, [AAA-DDDD] for LLPIN and [FAAA-DDDD] for FLLPIN where A is an alphabet, D is a digit (0-9) and F is a literal F\"\n}"