Retrieve a borrower by id
Retrieve one borrower by id
Path parameters
borrower_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
address
The address of the borrower
date_of_birth
The borrower’s date of birth (YYYY-MM-DD)
id
The ID of the borrower
email
The borrower’s valid email address
first_name
The borrower’s first name (min. 2 characters)
last_name
The borrower’s last name (min. 2 characters)
kyc_completion_date
Date kyc completed on the borrower (YYYY-MM-DD)
created_on
The date the borrower was created
Errors
401
Unauthorized Error
404
Borrower Not Found Error
429
Rate Limit Error
500
Server Error