Skip to main content
GET
List boletos

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Organization-Id
string

Tenant organization ID. Accepted but ignored: the tenant is determined by the credentials you authenticate with, so sending this header, or sending a different value in it, changes nothing.

Parámetros de consulta

status
enum<string>

Status filter.

Opciones disponibles:
PENDING,
CREATED,
SETTLED,
CANCELED,
INACTIVATED,
FAILED
Ejemplo:

"CREATED"

kind
enum<string>

Boleto kind filter.

Opciones disponibles:
SINGLE,
INSTALLMENT
Ejemplo:

"SINGLE"

type
enum<string>

Boleto type filter.

Opciones disponibles:
TRADITIONAL,
QR_CODE,
HYBRID
Ejemplo:

"TRADITIONAL"

from
string<date>

Created-from date, inclusive.

Ejemplo:

"2026-01-01"

to
string<date>

Created-to date, inclusive.

Ejemplo:

"2026-12-31"

dueDateFrom
string<date>

Due-date lower bound, inclusive.

Ejemplo:

"2026-02-01"

dueDateTo
string<date>

Due-date upper bound, inclusive.

Ejemplo:

"2026-11-30"

page
integer<int64>
predeterminado:1

Page number, one-based.

Rango requerido: x >= 1
Ejemplo:

1

limit
integer<int64>
predeterminado:20

Items per page.

Rango requerido: 1 <= x <= 100
Ejemplo:

20

Respuesta

OK

items
object[] | null
requerido
limit
integer<int64>
requerido
page
integer<int64>
requerido
total
integer<int64>
requerido