Skip to main content

Registro Único Empresarial y Social - RUES

Description​

The Only Business and Social - RUES is the great business information center in Colombia which provides the State, society in general, businessmen, contractors, solidarity economy entities and non-profit entities a reliable unified information tool both nationally and internationally.

HTTP method GET​

info

Before proceeding, make sure you have your jwt token, if you don't have it, check the login documentation.

Request header parameter​

NAMEREQUIREDTYPEDESCRIPTION
Authorizationβœ…stringbearer jwt token

URI request parameter​

NAMEREQUIREDTYPEDESCRIPTION
Type of documentβœ…stringNIT.
Document numberβœ…stringTax identity number.

Status code responses​

CodeDescription
200 OK
400 Bad request
401 Unauthorized
404 Not found
500 Internal server error.

The full documentation error codes can be found here.

Response 200 status code​

{
"traceId": "b2345cfc7bee621e",
"timestamp": "2023-05-15 11:59:35",
"data": {
"Year of renewal": "1996",
"Registration status": "Activa",
"Renewal date": "1996/05/07",
"Identification": "FUNDACION PROMOCION 1965 LUIS CARLOS GALAN SARMIENTO",
"Registration": "9000700035",
"Legal representatives": "REPRESENTACION LEGAL (PRINCIPALES) ****26606763 - RIVAS VARGAS AMINTA REPRESENTACION LEGAL (SUPLENTES) ****83237565 - CERQUERA ORTIZ EDIMER",
"Acronym": "null",
"Economic activities": "4111 ConstrucciΓ³n de edificios residenciales"
}
}

Response 400 status code​

{
"traceId": "76b3e0a80adc6585",
"timestamp": "2024-04-04 17:25:44",
"code": "IDV-3001",
"message": "Provider error, contact with the administrator.",
"data": null
}

Response 401 status code​

{
"traceId": "0829a4407237096a",
"timestamp": "2024-06-25 09:02:15",
"code": "IDV-1002"
}

Response 404 status code​

{
"traceId": "ef2407b8c0df635c",
"timestamp": "2023-05-22 17:25:55",
"code": "IDV-1002",
"message": "Data not found."
}

Response 500 status code​

{
"traceId": "86c6eda02b615604",
"timestamp": "2024-01-09 15:44:32",
"code": "IDV-1008",
"message": "Error in the source of origin, please contact an administrator!",
"data": null
}