GET
/
facilities

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
application_id
string
required

The application_id of the corresponding loan application for the facility

borrower_id
string
required

The borrower_id of the corresponding borrower the facility is for

created_on
string
required

Timestamp the loan agreement object is created on

credit_type
enum<string>
required

The type of credit production.

Available options:
installment_loan,
revolving_line_of_credit,
closed_line_of_credit
id
string
required
loan_agreement_id
string
required

The loan_agreement_id of the corresponding loan agreement the facility is for

status
enum<string>
required

The status of the facility.

Available options:
active,
closed
terms
object
required

An object containing a summary of the terms of the facility.