Facilities Endpoints
Retrieve facility by id
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The facility_id of the facility you want to retrieve
Response
200 - application/json
The application_id
of the corresponding loan application for the facility
The borrower_id
of the corresponding borrower the facility is for
Timestamp the loan agreement object is created on
The type of credit production.
Available options:
installment_loan
, revolving_line_of_credit
, closed_line_of_credit
The loan_agreement_id
of the corresponding loan agreement the facility is for
The status of the facility.
Available options:
active
, closed
An object containing a summary of the terms of the facility.