Company Information - Argentina
Description
Retrieve comprehensive company information from Argentina including business details, contact information, financial data, and executive information.
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 | ARG (Argentina) |
| taxID | ✅ | object | Tax identification object |
| taxID.identityNumber | ✅ | string | CUIT number (e.g., "34999257706") |
| taxID.checkDigit | ❌ | string | Not applicable for Argentina |
| companyName | ❌ | string | Company name (required if searchType=2) |
| searchType | ✅ | number | 1 (by tax ID) or 2 (by company name) |
Request example
- Search by Tax ID
- Search by Company Name
{
"country": "ARG",
"taxID": {
"identityNumber": "34999257706",
"checkDigit": ""
},
"companyName": "",
"searchType": 1
}
{
"country": "ARG",
"taxID": {
"identityNumber": "",
"checkDigit": ""
},
"companyName": "MUNICIPIO DE ORO VERDE",
"searchType": 2
}
Status code responses
| Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 500 | Internal server error |
Response 200 status code
{
"traceId": "4ee16864f0169a5d",
"timestamp": "2026-05-11 14:13:00",
"data": {
"result": 3,
"companyList": [
{
"cuit": "30500000127",
"companyName": "SEGUROS GALICIA S. A.",
"dateArticlesIncorporation": "1912-04-30-00:00",
"typeOfSociety": "SOCIEDAD ANONIMA",
"dateUpdating": "2026-01-16-04:31",
"registrationNumber": "",
"province": "CIUDAD AUTONOMA BUENOS AIRES",
"localidad": "CAPITAL FEDERAL",
"streetName": "PERON, JUAN TTE.GRAL.",
"streetNumber": "430",
"postalCode": "1038",
"addressStatus": "DECLARADO POR INTERNET",
"legalProvince": "CIUDAD AUTONOMA BUENOS AIRES",
"legalLocalidad": "CAPITAL FEDERAL",
"legalStreetName": "PERON JUAN TTE.GRAL.",
"legalStreetNumber": "430",
"legalPostalCode": "1038",
"legalAddressStatus": "DECLARADO",
"codeActivity": "651220",
"descriptionActivity": "SERVICIOS DE SEGUROS PATRIMONIALES EXCEPTO LOS DE LAS ASEGURADORAS DE RIESGO DE TRABAJO (ART)",
"activityOrder": "1",
"activityState": "AC",
"activityTerm": "S"
},
{
"cuit": "30500000127",
"companyName": "SEGUROS GALICIA S. A.",
"dateArticlesIncorporation": "1912-04-30-00:00",
"typeOfSociety": "SOCIEDAD ANONIMA",
"dateUpdating": "2026-01-16-04:31",
"registrationNumber": "",
"province": "CIUDAD AUTONOMA BUENOS AIRES",
"localidad": "CAPITAL FEDERAL",
"streetName": "PERON, JUAN TTE.GRAL.",
"streetNumber": "430",
"postalCode": "1038",
"addressStatus": "DECLARADO POR INTERNET",
"legalProvince": "CIUDAD AUTONOMA BUENOS AIRES",
"legalLocalidad": "CAPITAL FEDERAL",
"legalStreetName": "PERON JUAN TTE.GRAL.",
"legalStreetNumber": "430",
"legalPostalCode": "1038",
"legalAddressStatus": "DECLARADO",
"codeActivity": "651220",
"descriptionActivity": "SERVICIOS DE SEGUROS PATRIMONIALES EXCEPTO LOS DE LAS ASEGURADORAS DE RIESGO DE TRABAJO (ART)",
"activityOrder": "1",
"activityState": "AC",
"activityTerm": "S"
},
{
"cuit": "30500000127",
"companyName": "SEGUROS GALICIA S. A.",
"dateArticlesIncorporation": "1912-04-30-00:00",
"typeOfSociety": "SOCIEDAD ANONIMA",
"dateUpdating": "2026-01-16-04:31",
"registrationNumber": "",
"province": "CIUDAD AUTONOMA BUENOS AIRES",
"localidad": "CAPITAL FEDERAL",
"streetName": "PERON, JUAN TTE.GRAL.",
"streetNumber": "430",
"postalCode": "1038",
"addressStatus": "DECLARADO POR INTERNET",
"legalProvince": "CIUDAD AUTONOMA BUENOS AIRES",
"legalLocalidad": "CAPITAL FEDERAL",
"legalStreetName": "PERON JUAN TTE.GRAL.",
"legalStreetNumber": "430",
"legalPostalCode": "1038",
"legalAddressStatus": "DECLARADO",
"codeActivity": "651220",
"descriptionActivity": "SERVICIOS DE SEGUROS PATRIMONIALES EXCEPTO LOS DE LAS ASEGURADORAS DE RIESGO DE TRABAJO (ART)",
"activityOrder": "1",
"activityState": "AC",
"activityTerm": "S"
}
]
}
}
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": "2f4a73b593ba1e7f",
"timestamp": "2026-05-13 14:39:15",
"code": "IDV-1002",
"message": "Data not found.",
"data": null
}
{
"traceId": "50499fe8d75c4e45",
"timestamp": "2026-05-13 14:42:24",
"code": "DOM-3006",
"message": "Invalid CUIT format. CUIT must be 11 digits.",
"data": null
}
{
"traceId": "a444e2718ea7a5b9",
"timestamp": "2026-05-13 14:43:08",
"code": "DOM-3005",
"message": "Invalid search type. Supported values are: 1 (search by tax ID) or 2 (search by company name).",
"data": null
}
{
"traceId": "51ae18b2479f33a1",
"timestamp": "2026-05-13 15:31:32",
"code": "DOM-3020",
"message": "Country not supported.",
"data": null
}
{
"traceId": "b7efba7b84715ef0",
"timestamp": "2026-05-14 11:40:27",
"code": "DOM-3009",
"message": "Company name 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 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 |