Skip to main content
GET
Listar emisiones pendientes de aprobación maker-checker

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Authorization
string

Bearer JWT token.

Parámetros de consulta

limit
integer<int64>
predeterminado:50

Page size (default 50, max 100).

Rango requerido: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Respuesta

OK

correlationId
string
requerido

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

Ejemplo:

"req-7a3f9c2e"

items
object[] | null
requerido

Emissions parked in PENDING_APPROVAL, newest first.

limit
integer<int64>
requerido

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

Ejemplo:

50

nextCursor
string

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