9fin Distressed API

List DIP financings

List Debtor-in-possession (DIP) financing.

DIP financing terms for Chapter 11 cases. Each item is one facility. Join to
/v0/distressed/restructurings on restructuring_uuid, or GET
/v0/distressed/restructurings/{restructuring_uuid} for a single event.

get
/v0/distressed/dip

Query Parameters

limitAny Of

Maximum number of rows to return.

Default:50

Variant 1integer

>= 1<= 100

cursorAny Of

Opaque keyset-pagination cursor from a prior page.

Default:null

Variant 1string
uuid__eqAny Of

Filter uuid where the value is equal to the given value.

Default:null

Variant 1string(uuid)
uuid__neqAny Of

Filter uuid where the value is not equal to the given value.

Default:null

Variant 1string(uuid)

Response

application/json

Successful Response

DipResponse

Cursor-paginated list of DIP financing facilities.

itemsarray[object]required

A single debtor-in-possession financing facility.

Show Child Parameters
next_cursorAny Of
required

Cursor to pass in the next request to fetch the next page.

Variant 1string
application/json