Skip to main content
GET
Listar boletos

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Organization-Id
string
requerido

Tenant organization ID

Parámetros de consulta

page
integer

Page number (default: 1)

limit
integer

Items per page (default: 20, max: 100)

status
enum<string>

Status filter

Opciones disponibles:
PENDING,
CREATED,
SETTLED,
CANCELED,
INACTIVATED,
FAILED
type
enum<string>

Boleto type filter

Opciones disponibles:
TRADITIONAL,
QR_CODE,
HYBRID
kind
enum<string>

Boleto kind filter

Opciones disponibles:
SINGLE,
INSTALLMENT
from
string

Created from date (YYYY-MM-DD)

to
string

Created to date (YYYY-MM-DD)

dueDateFrom
string

Due date from (YYYY-MM-DD)

dueDateTo
string

Due date to (YYYY-MM-DD)

Respuesta

OK

items
object[]
limit
integer
page
integer
total
integer