List Pix key entries for an account
Returns a page-based list of Pix entries owned by the account in X-Account-Id. Account-scoped to prevent cross-account PII exposure; key_type and sort_order are case-insensitive.
GET
cURL with fictitious data
Autorizações
JWT bearer token issued by the identity provider.
Cabeçalhos
UUID of the account associated with the operation.
Exemplo:
"019606a1-3b4c-7d8e-9f01-234567890abc"
Parâmetros de consulta
Filter by key type (case-insensitive)
Exemplo:
"CPF"
Filter by key value
Exemplo:
"52998224725"
Page number (1-based, default 1)
Exemplo:
"1"
Rows per page (default 10, max 100)
Exemplo:
"10"
Sort direction (default asc, case-insensitive)
Exemplo:
"desc"

