Skip to main content
GET
List indirect participants

Autorizações

Authorization
string
header
obrigatório

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).

Exemplo:

"ACTIVE"

ispb
string

Filter by exact ISPB (8 digits).

Exemplo:

"12345678"

limit
integer<int64>

Page size (default 25, max 100).

Exemplo:

25

cursor
string

Opaque pagination cursor from a prior page.

Resposta

OK

items
object[] | null
obrigatório

The indirects on this page.

nextCursor
string

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