Skip to main content

Company background check

Service to validate by NIT registered in Colombia or US document number, and return company information and commercial registration.

POST /validate/company/representatives HTTP/1.1
HOST: {{api_auco}}
Authorization: {{private_key}}
info

This service uses the company's private key.

NombreDescripción
email
String
Required.
Email of the process creator.
This email must be registered on the Auco platform and must belong to the company.
documentNumber
String
Required.
NIT (without verification digit) of the company to be consulted in the case of Colombia, or document number in the case of the United States.
country
String
Required.
Country where the company to be consulted is registered.
Accepted values: CO,USA
state
String
Required if country is defined as USA.
Lista de tags que se envian cuando notifique al los webhooks configurados.
Accepted values: FL
targetWebhooks
Array<String>
Optional.
List of webhooks to be notified.
If not defined, it will be sent to the "default" webhook.
tags
Array<String>
Optional.
List of tags to be sent when notifying the configured webhooks.

Responses

{
"code": "XXXXXXXX",
"identificacion": "NIT 901431536 - 3",
"razon_social": "MICONTRATO S.A.S.",
"sigla": "",
"categoria_matricula": "SOCIEDAD ó PERSONA JURIDICA PRINCIPAL ó ESAL",
"municipio": "MEDELLIN / ANTIOQUIA",
"estadoRM": "ACTIVA",
"detalleRM": ""
}

Example

GET /validate/company/representatives HTTP/1.1
Host: {{api_auco}}
Authorization: {{private_key}}