Skip to main content
GET
List indirect participants

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

status
string

Filter by lifecycle status (ACTIVE, SUSPENDED, CLOSED, or the legacy PENDING_PROVISIONING).

Ejemplo:

"ACTIVE"

ispb
string

Filter by exact ISPB (8 digits).

Ejemplo:

"12345678"

limit
integer<int64>

Page size (default 25, max 100).

Ejemplo:

25

cursor
string

Opaque pagination cursor from a prior page.

Respuesta

OK

items
object[] | null
requerido

The indirects on this page.

nextCursor
string

Opaque cursor for the next page, or null when exhausted.