SSN Trace
Due Diligence is one of the first checks that is done for background verification of any gig worker, blue-collar worker, and several other working classes. The sources for such checks can be very diverse and include Federal and State criminal databases, motor vehicle report checks, civil court checks, etc. Signzy has created a global NDD product that has an exhaustive list of sources through which an employer, or any entity can be sure that the person they are going to work with is a trustworthy individual.
As a first step, we have already National Criminal Checks, PEP, Adverse Media & Watchlists checks API required for background verification of the person. Now, the SSN Trace API is used to verify the user's identity and and details associated with the user.
Social Security trace searches are performed with every background check to indicate the name and address history of an applicant. SSN trace will also confirm whether the Social Security number is valid and matches the candidate’s name and address history. SSN trace will give insight to which jurisdictions should be searched. Â
The search is typically the first step and often combined with a NatCrim search to confirm or to indicate potential criminal record history. This information is used as an indicator of potential risk a candidate could pose to an organization.
By searching an SSN, we will provide the name(s), address(es), and phone number(s) associated with that identification number from a variety of sources.
Some important business areas where the SSN Trace API is very helpful are:
Identity Verification:
SSN traces can be used as part of identity verification processes. Verifying a person's details against their SSN can help confirm the accuracy of the information provided.
Fraud Detection:
The API can help detect potential fraud by comparing the provided SSN against databases to identify inconsistencies or discrepancies.
Background Checks:
Employers and organizations can use SSN traces for background checks during the hiring process to validate a candidate's identity and history.
Compliance:
In regulated industries such as finance and healthcare, using SSN traces can help comply with legal and regulatory requirements for customer due diligence and Know Your Customer (KYC) procedures.
Customer Onboarding:
Businesses can streamline customer onboarding processes by using SSN traces to quickly verify identity information provided by customers.
Reduced Errors:
Manual data entry errors can occur when collecting personal information. An SSN trace API can minimize errors by automating the retrieval of accurate details associated with an SSN.
Enhanced Data Accuracy:
The API can provide up-to-date and accurate information about individuals, improving the quality of data in customer databases.
Risk Assessment:
Financial institutions and lending companies can use SSN traces as part of their risk assessment processes to determine an applicant's creditworthiness.
Personalization:
For marketing and customer service purposes, having accurate customer information can enable personalized interactions and communications.
Efficiency:
Instead of manually verifying SSN information, the API allows for quick and automated data retrieval.
You must first login before sending the request. The authorization header in the request must include the access token obtained from the login API call.
Need to pass the following information. Providing SSN is mandatory. Rest other fields can be used by client to filter out the data more accurately.
- ssn
- firstName
- lastName
- maxAddressYears
Parameter | Data Type | Required | Description |
---|---|---|---|
ssn | string | Yes | Social Security Number. Accepts 9 digit social security number in format xxx-xx-xxxx. |
firstName | string | No | First name of the subject. If entered, only results that match both SSN and firstName will be returned. |
lastName | string | No | Last name of the subject. If entered, only results that match both SSN and lastName will be returned. |
maxAddressYears | integer | No | Filter out any addresses which are older than x years. |
Parameter | Data Type | Description |
---|---|---|
name | object | Person's Name. |
ssn | string | Social Security Number. |
ssnDates | string | Year associated with the SSN |
ssnLocation | string | Location associated with the SSN |
ssnAlternateLocation | string | Alternative location associated with the SSN |
socialSecurityNumbers[] | string | Array of social security numbers |
dob | string | Date of Birth. |
age | integer | Person's age |
dod | string | Date of Death |
datesOfDeath[] | array | Array of dates of death. |
datesOfDeath[].dod | string | Individual date of deaths. |
deathRecords | object | Death Records associated with the SSN |
deathRecords.isDeceased | boolean | Indicates if the person is deceased or not. |
aliases[] | array | Array of Alias. |
addresses[] | array | Array of Addresses. |
phoneNumbers[] | array | Array of Phone Numbers. |
emailAddresses[] | array | Array of Email Addresses. |
emailAddresses[].emailAddress | string | Email Address |
fullName | string | Individual's Full name. |
countyStates | array | Array of Country States. |
Name | Type | Description |
---|---|---|
prefix | string | Individual's name prefix |
firstName | string | Individual's first name |
middleName | string | Individual's middle name |
lastName | string | Individual's last name |
suffix | string | Individual's suffix |
publicFirstSeenDate | string | Individual's public first seen date |
Name | Type | Description |
---|---|---|
referenceId | integer | Alias reference Id |
prefix | string | Alias name prefix |
firstName | string | Alias first name |
middleName | string | Alias middle name |
lastName | string | Alias last name |
suffix | string | Alias suffix |
publicFirstSeenDate | string | Alias public first seen date |
fullName | string | Alias full name |
addressReferences[] | array | Array of matched addresses for the alias |
addressReferences[].addressReferenceId | integer | Id of the referenced address |
addressReferences[].fullAddress | string | Full address of the referenced address |
Name | Type | Description |
---|---|---|
ssn | string | Individual's social security number |
dates | string | Dates used |
location | string | State where SSN was issued |
Name | Type | Description |
---|---|---|
referenceId | integer | Address reference Id |
houseNumber | string | House number |
streetPreDirection | string | Street pre-direction |
streetName | string | Street name |
streetPostDirection | string | Street post-direction |
streetType | string | Street type |
unit | string | Unit (apartment, suite, etc.) |
unitType | string | Type of unit |
city | string | City |
state | string | State |
county | string | County |
zip | string | ZIP code |
zip4 | string | ZIP+4 code |
latitude | string | Latitude |
longitude | string | Longitude |
firstReportedDate | string | First reported date |
lastReportedDate | string | Last reported date |
fullAddress | string | Full address |
aliases[] | array | Array of aliases matching the address |
aliases[].aliasReferenceId | integer | Id of the referenced alias |
aliases[].aliasName | string | Name of the referenced alias |
Name | Type | Description |
---|---|---|
phoneNumber | string | Phone number |
Company | string | Company associated with the phone number |
Location | string | Location of the phone number |
phoneType | string | Type of phone |
isConnected | boolean | Indicates if the phone is connected or not |
firstReportedDate | string | First reported date |
lastReportedDate | string | Last reported date |
Name | Type | Description |
---|---|---|
county | string | County |
state | string | State |
aliasReferences[] | array | Array of aliases matching the state and county |
aliasReferences[].aliasReferenceId | integer | Id of the referenced alias |
aliasReferences[].aliasName | string | Name of the referenced alias |
aliasReferences[].addressReferences[] | array | Array of addresses matching the referenced alias |
aliasReferences[].addressReferences[].addressReferenceId | integer | Id of the referenced address |
aliasReferences[].addressReferences[].fullAddress | string | Full address of the referenced address |
Parameter | Description |
---|---|
error | This parameter contains the error. |
error.statusCode | Request Status code from Signzy |
error.message | the error message. |
error.status | status of the api |
error.reason | Reason for error |
error.type | Type of the error |

Getting help
Please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better.
You can reach out to us at [email protected]. We strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively.
We value your feedback and are committed to making your experience smooth and enjoyable. Our team is dedicated to assisting you with any needs you may have. Thank you for choosing our services. We look forward to helping you!