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
Key | Datatype | Required | Description |
---|---|---|---|
X-Encrypted-Payload | boolean | Whether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"transactionId":"4e854df5-8c8c-4e9b-ba63-b43d03903427","lineType":"landline","trustScore":1000,"eligibility":true,"reasonCodes":["LP","LS"]}