Verify an Identity

POST {{baseUrl}}/user-verifications

Verifies user entered Personally Identifiable Information (PII) by returning a true/false or matching score per attribute along with an overall trust score for the record.

Request Body

{"countryCode"=>"US", "optedInConsentStatus"=>true, "phoneNumber"=>"19999999999", "dob"=>"1984-01-15", "last4ssn"=>"1234", "nationalId"=>"123456789", "firstName"=>"John", "lastName"=>"Doe", "address"=>"123 Main St", "extendedAddress"=>"Apt. 202", "city"=>"San Francisco", "region"=>"CA", "postalCode"=>"94015", "emailAddress"=>"abc@def.com"}

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":"bd400bde-8ae1-4d7b-a39e-ebebb94e6d08","name":{"firstName":100,"lastName":100,"nameScore":100},"address":{"streetNumber":100,"street":true,"city":true,"region":true,"postalCode":true,"addressScore":100},"identifiers":{"last4ssn":true,"nationalId":true,"dob":true},"email":{"emailAddress":true},"trustScore":1000,"phoneNumber":"19999999999","reasonCodes":["LP","LS"],"verified":true,"lineType":"Mobile"}