> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CPF — Account in-list

> Chequeo barato de membresía CBU/CVU receptor en CPF con count e importe acumulado opcionales.

## Request

```http theme={null}
GET /api/integration-services/ar_gueno_cpf_service/accounts/:account/in-list?availableCount=true
```

`account` debe tener 22 dígitos (solo CBU o CVU receptor).

| Query            | Rule                                                                                                      |
| ---------------- | --------------------------------------------------------------------------------------------------------- |
| `availableCount` | `true` (default) = COUNT + importe; `false` = solo EXISTS (`count` / `totalAmount` en `null`, más rápido) |

## Response

```json theme={null}
{
  "success": true,
  "data": {
    "account": "0000151500039430130126",
    "accountType": "cvu",
    "inList": true,
    "count": 4,
    "totalAmount": "125000.50"
  }
}
```

`totalAmount` es un string decimal. Con `availableCount=false`, `count` y `totalAmount` son `null`.

**Billing:** free.
