List Entries
List Entries
Use this endpoint to list all Pix entries for an account with optional filters. Returns empty array [] if no entries match the criteria.
GET
List Entries
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Query Parameters
Page number for pagination.
Required range:
x >= 1Maximum number of items per page.
Required range:
1 <= x <= 100Filter by key type: CPF, CNPJ, EMAIL, PHONE, EVP.
Available options:
CPF, CNPJ, EMAIL, PHONE, EVP Filter by key value (e.g., email address or phone number).
Filter by entry ID (UUID format).
Sort direction: asc or desc.
Available options:
asc, desc 
