Skip to main content

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

NAMEREQUIREDTYPEDESCRIPTION
Content-Typestringapplication/json
AuthorizationstringBearer JWT token

Request body parameters

NAMEREQUIREDTYPEDESCRIPTION
countrystringARG (Argentina)
taxIDobjectTax identification object
taxID.identityNumberstringCUIT number (e.g., "34999257706")
taxID.checkDigitstringNot applicable for Argentina
companyNamestringCompany name (required if searchType=2)
searchTypenumber1 (by tax ID) or 2 (by company name)

Request example

{
"country": "ARG",
"taxID": {
"identityNumber": "34999257706",
"checkDigit": ""
},
"companyName": "",
"searchType": 1
}

Status code responses

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

Response 200 status code

{
"trackingId": "1289981685058072576",
"data": {
"result": 1,
"companyList": [
{
"cuit": "30594646203",
"company_name": "ROLLA SOCIEDAD DE RESPONSABILIDAD LIMITADA",
"date_articles_of_incorporation": "1982-09-21-00:00",
"type_of_society": "SOCIEDAD DE RESPONSABILIDAD LIMITADA",
"date_updating": "2025-12-22-08:06",
"registration_number": "",
"province": "CIUDAD AUTONOMA BUENOS AIRES",
"localidad": "CAPITAL FEDERAL",
"street_name": "HUMBOLDT",
"street_number": "824",
"floor": "",
"departamento": "",
"postal_code": "1414",
"address_status": "CONFIRMADO",
"legal_province": "CIUDAD AUTONOMA BUENOS AIRES",
"legal_localidad": "CAPITAL FEDERAL",
"legal_street_name": "HUMBOLDT",
"legal_street_number": "824",
"legal_floor": "",
"legal_departamento": "",
"legal_postal_code": "1414",
"legal_address_status": "DECLARADO POR INTERNET",
"code_activity": "851210",
"description_activity": "",
"activity_order": "2",
"activity_state": "BD",
"activity_term": "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
}

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