Skip to main content

Company Information - Colombia

Description

Retrieve comprehensive company information from Colombia including NIT, business address, contact details, company status, and economic activity (CIIU).

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-Typestringapplication/json
AuthorizationstringBearer JWT token

Request body parameters

NAMEREQUIREDTYPEDESCRIPTION
countrystringCOL (Colombia)
taxIDobjectTax identification object
taxID.identityNumberstringNIT number (e.g., "900345101")
taxID.checkDigitstringCheck digit: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
companyNamestringCompany name (required if searchType=2)
searchTypenumber1 (by NIT) or 2 (by company name)

Request example

{
"country": "COL",
"taxID": {
"identityNumber": "900345101",
"checkDigit": "3"
},
"companyName": "",
"searchType": 1
}

Status code responses

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

Response 200 status code

{
"traceId": "f20ee7df2ec60a2f",
"timestamp": "2026-05-12 14:05:09",
"data": {
"result": 1,
"companyList": [
{
"documentType": "1",
"taxId": "900345101",
"businessName": "CENTRO DE ATENCION EN DROGADICCION NUEVA VIDA E.U.",
"departmentCode": "52",
"departmentName": "NARINO",
"municipalityCode": "356",
"municipalityName": "IPIALES",
"address": "CORR DE SAN JUAN",
"phoneNumber1": "7739212",
"phoneNumber2": "",
"mainCiiuCode": "8720"
}
]
}
}

Response 400 status code

{
"traceId": "542fc743fffda052",
"timestamp": "2025-03-16 11:20:46",
"code": "IDV-4005",
"message": "Bad request - Invalid parameters provided",
"data": null
}
{
"traceId": "996f3152c1da6975",
"timestamp": "2026-05-13 14:54:50",
"code": "DOM-3005",
"message": "Invalid search type. Supported values are: 1 (search by NIT) or 2 (search by company name).",
"data": null
}
{
"traceId": "09cff9f010b479ce",
"timestamp": "2026-05-13 14:55:30",
"code": "DOM-3006",
"message": "Invalid NIT format. NIT must be 11 digits.",
"data": null
}
{
"traceId": "8944dda66da15a13",
"timestamp": "2026-05-13 14:55:53",
"code": "IDV-1002",
"message": "Data not found.",
"data": null
}
{
"traceId": "51ae18b2479f33a1",
"timestamp": "2026-05-13 15:31:32",
"code": "DOM-3020",
"message": "Country not supported.",
"data": null
}
{
"traceId": "f8f2442ff351fbba",
"timestamp": "2026-05-14 11:44:29",
"code": "DOM-3009",
"message": "Company name must not be empty.",
"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
E105Field checkDigit is requiredRequired for Colombia