> ## 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

> Cheap recipient CBU/CVU membership check against CPF with optional count and accumulated amount.

## Request

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

`account` must be 22 digits (recipient CBU or CVU only).

| Query            | Rule                                                                                                  |
| ---------------- | ----------------------------------------------------------------------------------------------------- |
| `availableCount` | `true` (default) = COUNT + amount; `false` = EXISTS only (`count` / `totalAmount` are `null`, faster) |

## Response

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

`totalAmount` is a decimal string. With `availableCount=false`, `count` and `totalAmount` are `null`.

**Billing:** free.
