Skip to main content
GET
List parked inbound credits (unmatched/suspended), paginated

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

status
string

Filter by lifecycle status (PARKED, RESOLVED, REJECTED).

Example:

"PARKED"

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 parked credits on this page.

nextCursor
string

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