Skip to main content
GET
/
integration-services
/
ar_gueno_holder_intelligence_service
/
cuits
/
:cuit
/
exists
Verificar CUIT en el corpus
curl --request GET \
  --url http://api.gu1.ai/integration-services/ar_gueno_holder_intelligence_service/cuits/:cuit/exists \
  --header 'Authorization: Bearer <token>'
{
  "data.found": true,
  "data.snapshotDate": {}
}

Endpoint

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

Parámetros de path

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

Respuesta

data.found
boolean
true si el titular está en corpus; false si no (siempre HTTP 200).
data.snapshotDate
string | null
Fecha de snapshot opcional cuando found es true.

Errores

HTTPerror.code
503SERVICE_UNAVAILABLE
500INTERNAL_ERROR

Ejemplo — no encontrado (HTTP 200)

{
  "success": true,
  "data": {
    "integrationCode": "ar_gueno_holder_intelligence_service",
    "cuit": "20999999999",
    "found": false
  }
}