Query jurisdictional case status from Colombia's Superintendencia Financiera.
POST /api/v1/superfinanciera
Request
curl -X POST https://api.usecroma.com/api/v1/superfinanciera \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk_live_YOUR_API_KEY" \
-d '{"identificacion": "79696131", "numero_radicacion": "2024051440"}'Response
{
"success": true,
"data": [
{
"fecha_radicacion": "2024-04-12",
"radicacion": "2024051440-000-000",
"nombre": "MAURICIO ALEXANDER MARTINEZ",
"actividad_principal": "SOLICITUD PRESENTACION",
"adjuntos": "Rotulo Radicacion.pdf",
"anexos": "Sin anexos"
}
]
}Get your API key and start querying Superfinanciera case data. Reliable, structured, and built for production.
Request API access