ssn
SSN Check
Private SSN verification job
post/api/private-ssn/verify
Headers
content-typestring
acceptstring
x-test-requeststring
Set value to true to test a request using test SSNs. The following SSN values will result in ssnMatch=true ['2345', '2245', '7788', '903526700', '912765604', '933887700']. Any other SSN will result in ssnMatch=false.
Request body
Response
Success
Example response
{
"errors": [
{
"suggestion": "John Smith"
}
]
}