Skip to main content
GET
List the credits ceded to one fund the caller administers

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string<uuid>
required

The fund's internal id, as returned in the id field of GET /v1/consignado/fundos. It must name a fund registered under the caller's own tenant; anything else answers 404.

Query Parameters

credit_key
string

Narrows the read to ONE credit the caller already names: the same idempotency_key the bid was submitted under. Omit for the whole page. It never widens the fund fence.

Maximum string length: 128
limit
integer<int64>

Maximum number of credits to return. Omitted means the ceiling of 500; a value outside 1..500 is refused with a validation error.

Required range: 1 <= x <= 500

Response

OK

items
object[]
required