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

# Historial de cobros

> Lista el historial de cobros del tenant.

**Autenticación:** Bearer JWT

```json Response 200 theme={null}
{
  "cobros": [
    { "id": "cob_abc123", "fecha": "2026-04-01", "monto": 29990, "estado": "pagado", "plan": "pro", "gateway": "mercadopago", "referencia": "MP-123456789" }
  ]
}
```
