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
Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cabeçalhos
Unique identifier of the Midaz Ledger Account (UUID format).
Parâmetros de consulta
Page number for pagination.
Intervalo obrigatório:
x >= 1Maximum number of items per page.
Intervalo obrigatório:
1 <= x <= 100Filter by key type: CPF, CNPJ, EMAIL, PHONE, EVP.
Opções disponíveis:
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.
Opções disponíveis:
asc, desc 
