Skip to main content
GET
Listar payloads de BR Code

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

limit
integer<int64>
padrão:25

Page size (default 25, max 100)

Intervalo obrigatório: 1 <= x <= 100
offset
integer<int64>
padrão:0

Page offset (default 0)

Intervalo obrigatório: x >= 0

Resposta

OK

items
object[] | null
obrigatório

Page of BR Code payloads for the requested limit/offset window.

limit
integer<int64>
obrigatório

Maximum number of items returned for this page (clamped to the server maximum).

Exemplo:

25

offset
integer<int64>
obrigatório

Zero-based offset of the first item in this page.

Exemplo:

0

correlationId
string

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.