Retrieve a borrower by id

Retrieve one borrower by id

Path parameters

borrower_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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 (min. 2 characters)

last_namestring

The borrower’s last name (min. 2 characters)

kyc_completion_datestring

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

created_ondatetime

The date the borrower was created

Errors