Skip to main content
GET
List boletos

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string
required

Tenant organization ID

Query Parameters

page
integer

Page number (default: 1)

limit
integer

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

status
enum<string>

Status filter

Available options:
PENDING,
CREATED,
SETTLED,
CANCELED,
INACTIVATED,
FAILED
type
enum<string>

Boleto type filter

Available options:
TRADITIONAL,
QR_CODE,
HYBRID
kind
enum<string>

Boleto kind filter

Available options:
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)

Response

OK

items
object[]
limit
integer
page
integer
total
integer