Skip to main content

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​

NAMEREQUIREDTYPEDESCRIPTION
Content-Typeβœ…stringapplication/json
Authorizationβœ…stringBearer JWT token

Request body parameters​

NAMEREQUIREDTYPEDESCRIPTION
countryβœ…stringCHL (Chile)
taxIDβœ…objectTax identification object
taxID.identityNumberβœ…stringRUT number (e.g., "52000259")
taxID.checkDigitβœ…stringCheck digit: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, K
companyName❌stringCompany name (required if searchType=2)
searchTypeβœ…number1 (by RUT) or 2 (by company name)

Request example​

{
"country": "CHL",
"taxID": {
"identityNumber": "52000259",
"checkDigit": "K"
},
"companyName": "",
"searchType": 1
}

Status code responses​

CodeDescription
200OK
400Bad request
401Unauthorized
500Internal server error

Response 200 status code​

{
"trackingId": "1289569334945914880",
"data": {
"result": 1,
"companyList": [
{
"rut": "77369821",
"check_digit_dv": "K",
"business_name": "MARCELO CISTERNAS SERVICIOS DE KINESIOLOGIA E.I.R.L.",
"company_category": "212",
"company_status": "ACTIVA",
"country": "CHILE",
"region_state": "VI REGION DEL LIBERTADOR GENERAL BERNARDO O'HIGGINS",
"province": "CARDENAL CARO",
"municipality_county": "PICHILEMU",
"city": null,
"neighborhood": null,
"street_type": "DOMICILIO",
"street": "STA TERESITA LT B",
"street_number": null,
"complement_suite_apt": "",
"economic_sector": "ACTIVIDADES DE ATENCION DE LA SALUD HUMANA Y DE ASISTENCIA SOCIAL",
"main_activity_code": "869091",
"main_activity_description": "OTROS SERVICIOS DE ATENCION DE LA SALUD HUMANA PRESTADOS POR EMPRESAS",
"number_of_employees": "0",
"sales_bracket": "2",
"start_validity_date": "26-05-2021"
}
]
}
}

Response 400 status code​

{
"traceId": "542fc743fffda052",
"timestamp": "2025-03-16 11:20:46",
"code": "IDV-4005",
"message": "Bad request - Invalid parameters provided",
"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 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​

CodeMessageAdditional Info
E001Bearer token is missing or invalidCheck authorization header
E002Bearer token expired, contact with your administratorContact IT support
E101Field identityNumber is requiredRequired when searchType=1
E102Field companyName is required and length > 4 charactersRequired when searchType=2
E104You have exceeded the daily query limitLimit: 10000 requests/day
E105Field checkDigit is requiredRequired for Chile