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
Authorizations
JWT bearer token issued by the identity provider.
Headers
UUID of the account associated with the operation.
Example:
"019606a1-3b4c-7d8e-9f01-234567890abc"
Query Parameters
Filter by key type (case-insensitive)
Example:
"CPF"
Filter by key value
Example:
"52998224725"
Page number (1-based, default 1)
Example:
"1"
Rows per page (default 10, max 100)
Example:
"10"
Sort direction (default asc, case-insensitive)
Example:
"desc"

