Skip to main content

Company Information - Ecuador

Description​

Retrieve comprehensive company information from Ecuador including RUC, business address, location details, company type, 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-Typeβœ…stringapplication/json
Authorizationβœ…stringBearer JWT token

Request body parameters​

NAMEREQUIREDTYPEDESCRIPTION
countryβœ…stringECU (Ecuador)
taxIDβœ…objectTax identification object
taxID.identityNumberβœ…stringRUC number (e.g., "1791714393001")
taxID.checkDigit❌stringNot applicable for Ecuador
companyName❌stringCompany name (required if searchType=2)
searchTypeβœ…number1 (by RUC) or 2 (by company name)

Request example​

{
"country": "ECU",
"taxID": {
"identityNumber": "1791714393001",
"checkDigit": ""
},
"companyName": "",
"searchType": 1
}

Status code responses​

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

Response 200 status code​

{
"trackingId": "1289572040460738560",
"data": {
"result": 1,
"companyList": [
{
"file_number": "741385",
"tax_id_ruc": "1793193043001",
"company_name": "LIBERTY-TRAVEL PROMOTORA Y AGENCIA DE VIAJES EC S.A.S.",
"legal_status": "ACTIVA",
"incorporation_date": "06/01/2022",
"company_type": "SOCIEDAD POR ACCIONES SIMPLIFICADA",
"country": "ECUADOR",
"region": "SIERRA",
"province": "PICHINCHA",
"canton": "QUITO",
"city": "QUITO",
"street": "AV. 6 DE DICIEMBRE SN",
"street_number": "S2-305",
"cross_street": "N26 LA NINA",
"neighborhood": "LA MARISCAL",
"phone_number": "022351514",
"legal_representative": "MESIAS OSORIO BRAD ISAAC",
"position": "PRESIDENTE",
"subscribed_capital": "1.000,00",
"ciiu_level_1": "N",
"ciiu_level_6": "N7990.01"
}
]
}
}

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