Get credit score only
curl --request POST \
--url https://api.txcloud.io/v1/lending/score \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicant_id": "<string>"
}
'Assessment
Get credit score only
POST
/
lending
/
score
Get credit score only
curl --request POST \
--url https://api.txcloud.io/v1/lending/score \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicant_id": "<string>"
}
'⌘I