This wiki is no longer being updated as of December 10, 2025.
|
SSN Name Match:REST JSON
(Redirected from SSN Verification:REST JSON)
| SSN Name Match Navigation | ||||
|---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
| Sample Code |
REST Request
There is no recordID element because a REST request can only submit one record per request.
https://namessn.melissadata.net
?t={TransmissionReference}
&id={LicenseKey}
&ssn={SocialSecurityNumber}
&full={FullName}
&first={FirstName}
&last={LastName}
&format=json
JSON Response
{
"TransmissionResults": "string",
"TransmissionReference": "string",
"Version": "string",
"TotalRecords": "string",
"Records": [
{
"RecordID": "string",
"SSN": "string",
"IssuingState": "string",
"Results": "string",
"ResultsFromDataSource": "string"
}
]
}