Accounts Count by CUIT
API Reference
Accounts Count by CUIT
Current CBU and CVU totals for an Argentina CUIT β billable per request when the product is priced.
GET
Accounts Count by CUIT
Overview
Returns current CBU and CVU account totals for a holder, plus snapshot metadata. One billable request per successful call when the catalog product has a non-zero price.Endpoint
Path parameters
Argentina CUIT/CUIL β 11 digits, no dashes.
Response
true on HTTP 200.ar_gueno_holder_intelligence_serviceRequested CUIT.
Always
true on HTTP 200 success (use Exists for a non-billable membership check).Corpus snapshot date (
YYYY-MM-DD) for the totals.First date the holder appeared in corpus (
YYYY-MM-DD).Last date the holder was observed (
YYYY-MM-DD).Whether the holder is flagged as new in the latest snapshot.
Current CBU account count (non-negative integer).
Current CVU account count (non-negative integer).
cbuCount + cvuCount.Errors
| HTTP | error.code | When |
|---|---|---|
| 404 | CUIT_NOT_FOUND | CUIT not in corpus |
| 402 | INSUFFICIENT_BALANCE | Credits or pack exhausted |
| 503 | SERVICE_UNAVAILABLE | Holder backend unavailable |
| 500 | INTERNAL_ERROR | Unexpected error |
Example
Rules mapping
| API field | Rule field |
|---|---|
cbuCount | services.holder_intelligence.cbu_quantity |
cvuCount | services.holder_intelligence.cvu_quantity |
totalAccounts | services.holder_intelligence.total_accounts |
found | services.holder_intelligence.found |
snapshotDate | services.holder_intelligence.snapshot_date |