Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.croma.run/llms.txt

Use this file to discover all available pages before exploring further.

Looks up natural-person insolvency cases (insolvencia de persona natural) from the Ministerio de Justicia’s SICAAC system. POST /co/sicaac/insolvency-cases/lookup/v1
FieldTypeNotes
document_numberstringRequired. 3–30 chars.
document_typeenumColombian document type. Defaults to CC.
curl https://api.croma.run/co/sicaac/insolvency-cases/lookup/v1 \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -d '{ "document_number": "1020745812" }'
This lookup runs on demand against SICAAC and may take longer than a typical request. The accepted document_type values are enumerated in the API reference.

Full reference

Accepted document types, schemas, and an interactive playground.