Get Credit Score
Get Borrower's Total Score
GET
https://ezloan.genify.ai/borrowers/get_total_score/
This endpoint allows you to calculate a borrowers credit score. you have to send one of the following parameters
with the request: phone_number
, email
, national_id
, id
Query Parameters
phone_number
string
phone number of applicant whose score you want to get.
string
Email of applicant whose score you want to get.
national_id
string
national ID of applicant whose score you want to get.
id
number
applicant's ID in the DB table.
evaluate_by*
string
type of formula used for calculations.
options: rule or model
uuid*
string
borrower's UUID.
(If not specified then you have to fill one of query parameters.)
Headers
authorization*
string
partner's api key
user_name*
String
partner's name
Request Body
acceptance_rules*
list<string>
list of acceptance rules that will be applied on that borrower.
rejection_rules
list<string>
list of rejection rules that will be applied on that borrower.
Get Borrowers Batch Total Score
GET
https://ezloan.genify.ai/borrowers/get_total_score/batch/
Headers
user_name*
string
partner's name
authorization
string
partner's api key
Request Body
acceptance_rules*
list<string>
list of acceptance rules that will be applied on that borrower.
rejection_rules
list<string>
list of rejection rules that will be applied on that borrower.
target*
list<string>
list of UUIDs of the requested borrowers.
Last updated
Was this helpful?