List the PSP's Pix QR codes
Lists the Pix QR codes the PSP created, filtered by type and a registration window (≤90 days). Returns the static and immediate-dynamic blocks; composite / cobv / recurrence QR codes are out of this context’s scope and not projected.
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Query Parameters
tpQRCode filter (11=static, 12=immediate dynamic, 13=cobv, 14-17=composite).
Window start (dtHrInicial; aaaa-mm-ddTHH:mm:ss.sssZ).
Window end (dtHrFinal; aaaa-mm-ddTHH:mm:ss.sssZ; ≤90d from start).
Page number (pagina; default 1).
Page size (tamanhoPagina; default 50, max 100).

