SECOP II provider contacts by NIT (Colombia)
GET
https://api.latinfo.dev/co/cce/secop-providers/nit/{nit}
Returns provider-declared organization channels and procurement profile records from Colombia Compra Eficiente. Juridical entities only; legal-representative fields are excluded.
Evidence-first response
Latinfo identifies the originating government dataset and preserves source evidence and freshness when the publisher exposes them. Verify material decisions with that institution.
Authentication required. REST requests use a Latinfo API key. The interactive console builds the authorization header and does not store the key.
Parameters
nitstringpathrequiredNIT body, optionally formatted and with verifier digit
Example: 890.903.938-8
Request example
curl https://api.latinfo.dev/co/cce/secop-providers/nit/890.903.938-8 \
-H "Authorization: Bearer $LATINFO_API_KEY"
Responses
200One or more SECOP II provider registrations
Content-Type:
application/json400Invalid NIT format or verifier digit
No response body documented.
401Missing or invalid API key
No response body documented.
404No juridical provider found for this NIT
No response body documented.
Example JSON
[
{
"nit": "0890903938",
"provider_code": "702504804",
"company_name": "BANCOLOMBIA",
"active": "Si",
"created_at": "2017-08-28T00:00:00.000",
"category_code": "string",
"category_description": "string",
"phone": "4881822",
"fax": "string",
"email": "[email protected]",
"address": "CARRERA 7 NO. 6-39",
"country": "CO",
"department": "DISTRITO CAPITAL DE BOGOTA",
"municipality": "BOGOTA",
"website": "string",
"company_type": "SOCIEDAD ANONIMA ABIERTA COLOMBIANA",
"is_sme": "NO",
"location_code": "CO-DC-11001"
}
]
Provenance and limitations
Coverage varies by country and public source. A missing field is not evidence that the underlying fact does not exist. Public registries may be delayed or contain source errors; inspect the returned evidence and source date before relying on a result.