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.

Queries jurisdictional case filings and their action history from the Superintendencia Financiera de Colombia. POST /co/superfinanciera/complaints/search/v1
FieldTypeNotes
document_numberstringRequired. 5–20 digits.
filing_numberstringRequired. Exactly 10 digits (numeroRadicación).
curl https://api.croma.run/co/superfinanciera/complaints/search/v1 \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -d '{ "document_number": "79696131", "filing_number": "2024051440" }'

Full reference

Schemas, response fields, and an interactive playground.