Fetch Trust Score

POST {{baseUrl}}/trust-scores

This API will provide trust information about an individual user.

Request Body

{"countryCode"=>"US", "phoneNumber"=>"19999999999", "optedInConsentStatus"=>true, "performEligibilityCheck"=>true}

HEADERS

KeyDatatypeRequiredDescription
X-Encrypted-PayloadbooleanWhether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"transactionId":"4e854df5-8c8c-4e9b-ba63-b43d03903427","lineType":"landline","trustScore":1000,"eligibility":true,"reasonCodes":["LP","LS"]}