Skip to main content
GET
List indirect participants

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

status
string

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

Example:

"ACTIVE"

ispb
string

Filter by exact ISPB (8 digits).

Example:

"12345678"

limit
integer<int64>

Page size (default 25, max 100).

Example:

25

cursor
string

Opaque pagination cursor from a prior page.

Response

OK

items
object[] | null
required

The indirects on this page.

nextCursor
string

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