Company Information - Chile
Descriptionβ
Retrieve comprehensive company information from Chile including RUT, business address, economic activity, sales range, and establishment date.
HTTP method POSTβ
Endpointβ
https://apidev.msla-id.com/experience-companyinfo-api-v1/api/idv-govcheck/v1/company/search
info
This endpoint requires Bearer Token authentication. Contact IT support to get credentials.
Request header parameterβ
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| Content-Type | β | string | application/json |
| Authorization | β | string | Bearer JWT token |
Request body parametersβ
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| country | β | string | CHL (Chile) |
| taxID | β | object | Tax identification object |
| taxID.identityNumber | β | string | RUT number (e.g., "52000259") |
| taxID.checkDigit | β | string | Check digit: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, K |
| companyName | β | string | Company name (required if searchType=2) |
| searchType | β | number | 1 (by RUT) or 2 (by company name) |
Request exampleβ
- Search by RUT
- Search by Company Name
{
"country": "CHL",
"taxID": {
"identityNumber": "52000259",
"checkDigit": "K"
},
"companyName": "",
"searchType": 1
}
{
"country": "CHL",
"taxID": {
"identityNumber": "",
"checkDigit": ""
},
"companyName": "COMPAΓIA DE DISTRIBUCION INTEGRAL LOGISTA S.A.",
"searchType": 2
}
Status code responsesβ
| Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 500 | Internal server error |
Response 200 status codeβ
{
"traceId": "3cb4ba2762c01cc2",
"timestamp": "2026-05-11 16:29:55",
"data": {
"result": 5,
"companyList": [
{
"rut": "76710301",
"checkDigitDv": "8",
"businessName": "CIUDAD DE MASCOTAS SPA",
"companyCategory": "223",
"companyStatus": "ACTIVA",
"country": "CHILE",
"regionState": "XIII REGION METROPOLITANA",
"province": "CORDILLERA",
"municipalityCounty": "PUENTE ALTO",
"city": "SANTIAGO",
"neighborhood": null,
"streetType": "DOMICILIO",
"street": "CAMINO SAN JOSE DE MAIPO",
"streetNumber": "07722",
"complementSuiteApt": "6",
"economicSector": "COMERCIO AL POR MAYOR Y AL POR MENOR; REPARACION DE VEHICULOS AUTOMOTORES Y MOTOCICLETAS",
"mainActivityCode": "469000",
"mainActivityDescription": "VENTA AL POR MAYOR NO ESPECIALIZADA",
"numberOfEmployees": "7",
"salesBracket": "7",
"startValidityDate": "10-03-2017"
},
{
"rut": "76710301",
"checkDigitDv": "8",
"businessName": "CIUDAD DE MASCOTAS SPA",
"companyCategory": "223",
"companyStatus": "ACTIVA",
"country": "CHILE",
"regionState": "XIII REGION METROPOLITANA",
"province": "CORDILLERA",
"municipalityCounty": "PUENTE ALTO",
"city": "SANTIAGO",
"neighborhood": null,
"streetType": "DOMICILIO",
"street": "CAMINO SAN JOSE DE MAIPO",
"streetNumber": "07722",
"complementSuiteApt": "6",
"economicSector": "COMERCIO AL POR MAYOR Y AL POR MENOR; REPARACION DE VEHICULOS AUTOMOTORES Y MOTOCICLETAS",
"mainActivityCode": "469000",
"mainActivityDescription": "VENTA AL POR MAYOR NO ESPECIALIZADA",
"numberOfEmployees": "5",
"salesBracket": "7",
"startValidityDate": "10-03-2017"
},
{
"rut": "76710301",
"checkDigitDv": "8",
"businessName": "CIUDAD DE MASCOTAS SPA",
"companyCategory": "223",
"companyStatus": "ACTIVA",
"country": "CHILE",
"regionState": "XIII REGION METROPOLITANA",
"province": "CORDILLERA",
"municipalityCounty": "PUENTE ALTO",
"city": "SANTIAGO",
"neighborhood": null,
"streetType": "DOMICILIO",
"street": "CAMINO SAN JOSE DE MAIPO",
"streetNumber": "07722",
"complementSuiteApt": "6",
"economicSector": "COMERCIO AL POR MAYOR Y AL POR MENOR; REPARACION DE VEHICULOS AUTOMOTORES Y MOTOCICLETAS",
"mainActivityCode": "469000",
"mainActivityDescription": "VENTA AL POR MAYOR NO ESPECIALIZADA",
"numberOfEmployees": "6",
"salesBracket": "7",
"startValidityDate": "10-03-2017"
},
{
"rut": "76710301",
"checkDigitDv": "8",
"businessName": "CIUDAD DE MASCOTAS SPA",
"companyCategory": "223",
"companyStatus": "ACTIVA",
"country": "CHILE",
"regionState": "XIII REGION METROPOLITANA",
"province": "CORDILLERA",
"municipalityCounty": "PUENTE ALTO",
"city": "SANTIAGO",
"neighborhood": null,
"streetType": "DOMICILIO",
"street": "CAMINO SAN JOSE DE MAIPO",
"streetNumber": "07722",
"complementSuiteApt": "6",
"economicSector": "COMERCIO AL POR MAYOR Y AL POR MENOR; REPARACION DE VEHICULOS AUTOMOTORES Y MOTOCICLETAS",
"mainActivityCode": "469000",
"mainActivityDescription": "VENTA AL POR MAYOR NO ESPECIALIZADA",
"numberOfEmployees": "0",
"salesBracket": "5",
"startValidityDate": "10-03-2017"
},
{
"rut": "76710301",
"checkDigitDv": "8",
"businessName": "CIUDAD DE MASCOTAS SPA",
"companyCategory": "223",
"companyStatus": "ACTIVA",
"country": "CHILE",
"regionState": "XIII REGION METROPOLITANA",
"province": "CORDILLERA",
"municipalityCounty": "PUENTE ALTO",
"city": "SANTIAGO",
"neighborhood": null,
"streetType": "DOMICILIO",
"street": "CAMINO SAN JOSE DE MAIPO",
"streetNumber": "07722",
"complementSuiteApt": "6",
"economicSector": "COMERCIO AL POR MAYOR Y AL POR MENOR; REPARACION DE VEHICULOS AUTOMOTORES Y MOTOCICLETAS",
"mainActivityCode": "469000",
"mainActivityDescription": "VENTA AL POR MAYOR NO ESPECIALIZADA",
"numberOfEmployees": "0",
"salesBracket": "2",
"startValidityDate": "10-03-2017"
}
]
}
}
Response 400 status codeβ
{
"traceId": "542fc743fffda052",
"timestamp": "2025-03-16 11:20:46",
"code": "IDV-4005",
"message": "Bad request - Invalid parameters provided",
"data": null
}
{
"traceId": "16433c45b0cf0a50",
"timestamp": "2026-05-14 09:45:35",
"code": "DOM-3005",
"message": "Invalid search type. Supported values are: 1 (search by tax ID) or 2 (search by company name).",
"data": null
}
{
"traceId": "8deb2740411dfcac",
"timestamp": "2026-05-14 10:39:55",
"code": "DOM-3020",
"message": "Country not supported.",
"data": null
}
{
"traceId": "e588819d6a1263f4",
"timestamp": "2026-05-14 11:01:54",
"code": "DOM-3009",
"message": "Company name must not be empty.",
"data": null
}
{
"traceId": "9abb7f9394057609",
"timestamp": "2026-05-14 11:04:24",
"code": "DOM-3008",
"message": "Identity Number must not be empty.",
"data": null
}
Response 401 status codeβ
{
"timestamp": "2025-03-16T11:20:46.000Z",
"status": 401,
"error": "Unauthorized",
"message": "Bearer token is missing or invalid",
"path": "/api/companies"
}
Response 404 status codeβ
{
"traceId": "7a58c9a593f291c8",
"timestamp": "2026-05-14 09:44:26",
"code": "IDV-1002",
"message": "Data not found.",
"data": null
}
Response 500 status codeβ
{
"traceId": "43a20f33d4e8730d",
"timestamp": "2025-03-16 11:20:46",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}
Error codesβ
| Code | Message | Additional Info |
|---|---|---|
| E001 | Bearer token is missing or invalid | Check authorization header |
| E002 | Bearer token expired, contact with your administrator | Contact IT support |
| E101 | Field identityNumber is required | Required when searchType=1 |
| E102 | Field companyName is required and length > 4 characters | Required when searchType=2 |
| E104 | You have exceeded the daily query limit | Limit: 10000 requests/day |
| E105 | Field checkDigit is required | Required for Chile |