Borrowers Endpoints
Retrieve borrower 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
Response
200
application/json
The address of the borrower
The borrower's date of birth (YYYY-MM-DD)
Example:
"1991-12-18"
The ID of the borrower
The borrower's valid email address
Example:
"jdough@acme.co"
The borrower's first name
Example:
"Jane"
The borrower's last name
Example:
"Dough"
Date kyc completed on the borrower (YYYY-MM-DD)
Example:
"2022-11-15"
The borrower's 10-digit US phone number (e.g. 4152775050)
Example:
"2065886919"
9-digit social security number of the borrower (e.g. 345543221)
Example:
"999888777"
The date the borrower was created
Example:
"2022-12-31T00:58:47.828Z"