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

# Ver vinculaciones NC↔Factura

> Muestra vinculaciones entre NC y facturas del periodo.

**Autenticación:** Bearer JWT o API Key — **Headers:** `X-Empresa-Id` (requerido)

```json Response 200 theme={null}
{
  "periodo": "2026-04",
  "vinculaciones": [
    { "nc_folio": 100, "nc_monto": 50000, "factura_folio": 1234, "factura_monto": 119000, "tipo": "automatica" }
  ]
}
```
