Which document types does the SICAAC API accept?
It accepts CC, CE, TI, RC, PA, NIT, NA, NIE and DEC, paired with the document number.
POST /v1/co/sicaacFind personal insolvency cases registered with Colombia's Ministry of Justice. The lookup takes 30–90 seconds due to anti-bot scraping complexity.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
document_typeenumreqdocument_numberstringreqdocument_typestringdocument_type_labelstringdocument_numberstringcasosarraycasos[].nombre_entidadstringcasos[].tipo_partestringcasos[].request_datestringIt accepts CC, CE, TI, RC, PA, NIT, NA, NIE and DEC, paired with the document number.
The official source is slower and needs a more complex automated query, which is why expected latency is higher.
Edit the JSON and submit to search insolvency cases.
curl https://api.usecroma.com/v1/co/sicaac \
-H "Authorization: Bearer $CROMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"document_type":"CC","document_number":"1020812345"}'