$ curl -X POST https://api.cuitalizer.com.ar/api/v1/fiscal/informe-completo \
-H "Content-Type: application/json" \
-H "X-API-Key: ctlz_tu_api_key" \
-d '{"cuit": "20123456780"}'Respuesta:{
"success": true,
"creditsConsumed": 3,
"data": {
"contribuyente": {
"cuit": "20123456780",
"razonSocial": "PEREZ JUAN CARLOS",
"estadoClave": "ACTIVO",
"actividadPrincipal": "Servicios de consultores en informática"
},
"regimenesIIBB": [
{ "jurisdiccion": "BUENOS_AIRES", "tipo": "PERCEPCION", "alicuota": 3.00 },
{ "jurisdiccion": "BUENOS_AIRES", "tipo": "RETENCION", "alicuota": 2.50 }
],
"bcra": {
"situacionActual": "NORMAL",
"deudas": [
{ "entidad": "BANCO NACION", "situacion": 1, "monto": 150000, "periodo": "2026-01" }
],
"chequesRechazados": [],
"historialMeses": 24,
"alertas": []
}
}
}