Skip to main content
GET
List boletos

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

entity_id
string<uuid>

Entity UUID Unique identifier

virtual_account_id
string<uuid>

Virtual account UUID Unique identifier

bank_account_id
string<uuid>

Bank account UUID Unique identifier

external_id
string

External ID

counterparty_id
string

Counterparty ID

status
string

Status

from_datetime
string<date-time>
required

From datetime Datetime schema

to_datetime
string<date-time>
required

To datetime Datetime schema

search_term
string

Search term

before
string

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

after
string

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

limit
integer

Query limit, default is 50 and max is 100 Limit list

Required range: x >= 10

Response

Boletos

Boleto list response

data
Boleto_Response_Params · object[]