Retrieve a borrower by id

GET
/borrowers/:borrower_id

Retrieve one borrower by id

Path parameters

borrower_idstringRequired

Response

This endpoint returns an object.
addressobject

The address of the borrower

date_of_birthstring

The borrower’s date of birth (YYYY-MM-DD)

idstring

The ID of the borrower

emailstring

The borrower’s valid email address

first_namestring

The borrower’s first name

last_namestring

The borrower’s last name

kyc_completion_datestring

Date kyc completed on the borrower (YYYY-MM-DD)

created_ondatetime

The date the borrower was created

Errors