Skip to main content

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.

Autenticación: Bearer JWT o API Key — Headers: X-Empresa-Id (requerido)
ParámetroTipoDescripción
pagenumberPágina (default: 1)
limitnumberPor página (default: 20, max: 100)
tiponumberTipo DTE
estadostringDOK, RCH, PENDING
desdestringFecha inicio YYYY-MM-DD
hastastringFecha fin YYYY-MM-DD
Response 200
{
  "documentos": [
    {
      "id": "doc_abc123",
      "tipo_dte": 33,
      "folio": 1234,
      "receptor_rut": "12.345.678-9",
      "receptor_razon_social": "Cliente SpA",
      "monto_total": 119000,
      "fecha_emision": "2026-04-09",
      "estado": "DOK"
    }
  ],
  "pagination": { "page": 1, "limit": 20, "total": 127, "pages": 7 }
}