Skip to main content
GET
Listar emissões pendentes de aprovação maker-checker

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

Authorization
string

Bearer JWT token.

Parâmetros de consulta

limit
integer<int64>
padrão:50

Page size (default 50, max 100).

Intervalo obrigatório: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Resposta

OK

correlationId
string
obrigatório

Request-scoped correlation identifier echoing X-Request-ID.

Exemplo:

"req-7a3f9c2e"

items
object[] | null
obrigatório

Emissions parked in PENDING_APPROVAL, newest first.

limit
integer<int64>
obrigatório

Page size applied to this response (max items returned).

Exemplo:

50

nextCursor
string

Opaque cursor for the next page; absent when exhausted. Presence signals more results, absence signals end-of-list.