v1

latestOpenAPI 3.1.02026-08-04370473.5 KB

Search

post/Identity/Verify_Id

Headers

galaxy-ap-namestring
galaxy-ap-passwordstring

Access Profile Password

galaxy-search-typestring

Galaxy Search Type

galaxy-client-session-idstring

Session ID For Logging

galaxy-client-typestring

Required For Javascript Clients

Request body

RAW_BODYstring

Response

200

fraudAlertsobject[]
identityVerifiedboolean

Example response

{
  "verifiedPeople": [
    {
      "identityScore": 90,
      "tahoeId": "G-12345678912345678978",
      "firstName": {
        "value": "firstname",
        "matchTypeCode": "Match"
      },
      "middleName": {
        "value": "middlename",
        "matchTypeCode": "Match"
      },
      "lastName": {
        "value": "lastname",
        "matchTypeCode": "Match"
      },
      "ssn": {
        "value": "123-45-6789",
        "matchTypeCode": "Mismatch"
      },
      "dob": {
        "month": {
          "value": "month",
          "matchTypeCode": "NA"
        },
        "day": {
          "value": "day",
          "matchTypeCode": "NA"
        },
        "year": {
          "value": "year",
          "matchTypeCode": "NA"
        }
      },
      "age": {
        "value": "age",
        "matchTypeCode": "NA"
      },
      "addresses": [
        {
          "value": "address",
          "matchTypeCode": "Match"
        }
      ],
      "emails": [
        {
          "value": "email",
          "matchTypeCode": "NA"
        }
      ],
      "phones": [
        {
          "value": "phone",
          "matchTypeCode": "NA"
        }
      ]
    }
  ],
  "identityVerified": true
}