Skip to main content
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>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
applicant_id
string

Response

200

Credit score