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://lu0lfdczmd.execute-api.us-west-2.amazonaws.com/api/companies
info

This endpoint requires AWS IAM Signature authentication. Contact IT support to get credentials (ACCESS KEY ID, SECRET ACCESS KEY).

  • REGION: us-west-2
  • SERVICE: execute-api

Request header parameter​

NAMEREQUIREDTYPEDESCRIPTION
Content-Typeβœ…stringapplication/json

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)
authTokenβœ…stringToken access for request

Request example​

{
"country": "ECU",
"taxID": {
"identityNumber": "1791714393001",
"checkDigit": ""
},
"companyName": "",
"searchType": 1,
"authToken": "c0444aba-d507-11ea-87d0-0242ac130003"
}

Status code responses​

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

Response 200 status code​

{
"trackingId": "1289572040460738560",
"data": {
"result": 1,
"companyList": [
{
"id": 1,
"ruc": "1791714393001",
"companyName": "SENSICONTROL SENSORES Y CONTROLES DEL ECUADOR CIA LTDA",
"address": "AV. GUAYAQUIL S/N LA HUMBERDINA",
"parroquia": "ANGEL POLIBIO CHAVEZ",
"canton": "GUARANDA",
"province": "BOLIVAR",
"company type":"OTROS",
"number of employees": "2",
"economic activity":" VENTA AL POR MAYOR DE DIVERSOS PRODUCTOS SIN ESPECIALIZACIΓ“N.",
"date stablished": "24/01/2000",
"contact name": "ALBA ESTUPINAN",
"title": "CEO"
}
]
}
}

Error codes​

CodeMessageAdditional Info
E001Token to do request is missing or invalidCheck authToken parameter
E002Token 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