Skip to main content
GET
/
integration-services
/
ar_gueno_holder_intelligence_service
/
cuits
/
:cuit
/
accounts-count
Totales CBU/CVU por CUIT
curl --request GET \
  --url http://api.gu1.ai/integration-services/ar_gueno_holder_intelligence_service/cuits/:cuit/accounts-count \
  --header 'Authorization: Bearer <token>'

Endpoint

GET https://api.gu1.ai/api/integration-services/ar_gueno_holder_intelligence_service/cuits/{cuit}/accounts-count

Parámetros de path

cuit
string
required
CUIT/CUIL — 11 dígitos, sin guiones.

Respuesta (data)

CampoTipoDescripción
cbuCountnumberCantidad CBU
cvuCountnumberCantidad CVU
totalAccountsnumberSuma CBU + CVU
snapshotDatestring | nullFecha del snapshot
firstSeenstring | nullPrimera aparición en corpus
lastSeenstring | nullÚltima observación
isNewbooleanTitular nuevo en último snapshot
foundbooleanSiempre true en HTTP 200

Errores

HTTPerror.code
404CUIT_NOT_FOUND
402INSUFFICIENT_BALANCE
503SERVICE_UNAVAILABLE

Mapeo a reglas

APICondición
cbuCountservices.holder_intelligence.cbu_quantity
cvuCountservices.holder_intelligence.cvu_quantity
totalAccountsservices.holder_intelligence.total_accounts
Ver Condiciones de reglas.