List indirect participants
Lists this tenant’s indirect participants, newest first, as one keyset page. Use it to find the indirectId an outbound order or a park resolution needs, and to see which participants are actually routable — status is the field that decides that: only ACTIVE resolves an inbound credit or may originate an outbound order.
Read-only; nothing changes. The status and ispb filters are exact matches and combine with AND. Pagination is cursor-based, not offset-based: pass the previous page’s nextCursor back as cursor, and a null nextCursor means that page was the last. limit defaults to 25 and is CLAMPED to 100 — a larger value is silently reduced rather than rejected, so do not read the page size you asked for as the page size you got. Every row’s delivery.secret is redacted.
The only refusal is 422 PIX-0098, for a status outside PENDING_PROVISIONING / ACTIVE / SUSPENDED / CLOSED: an unrecognized filter is rejected rather than silently ignored, so a typo cannot widen the result set.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Filter by lifecycle status (PENDING_PROVISIONING, ACTIVE, SUSPENDED, CLOSED).
"ACTIVE"
Filter by exact ISPB (8 digits).
"12345678"
Page size (default 25, max 100).
25
Opaque pagination cursor from a prior page.

