Service to query Colombian companies against the RUES (Single Business and Social Registry) using the NIT (Tax Identification Number).
Create a new user
GET - https://api.verifik.co/v2/co/rues
The Colombian Business Information service - RUES (Registro Único Empresarial y Social) offers detailed information about businesses registered in Colombia. By using this service, you can obtain essential details about a specific business, including its name, registration number, document type, identification details, location (municipality), registration category, and its status in the Registro Mercantil (RM, Mercantile Register).
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
Required?
Description
Example
documentType
String
True
Valid parameter: NIT
NIT
documentNumber
String
True
NIT of the company, without spaces, points and without verification number.
{"data": {"businessName":"VERIFIK SAS","documentNumber":"901331380","documentType":"NIT","identification":"NIT 901331380 - 2","municipality":"BOGOTA, D.C. / BOGOTA","registration_category":"SOCIEDAD ó PERSONA JURIDICA PRINCIPAL ó ESAL","statusRM":"CANCELADA" },"signature": {"dateTime":"September 21, 2023 9:09 PM","message":"Certified by Verifik.co" },"id":"nss88"}
{"code":"NotFound","message":"No existe contribuyente asociado a la NIT ingresada","signature": {"dateTime":"February 21, 2024 7:52 PM","message":"Certified by Verifik.co"}}