v1

latestOpenAPI 3.1.22026-08-062411.3 KB
Validate SSN and Name

Validate a SSN

Check if the Social Security Number is within the acceptable range, and match against the First and Last Name.

get/doLookup

Query parameters

tstring

Transmission Reference - Serves as a unique request identifier.

{"stackTrail":"components:parameters:LicenseKeyParam:schema","oasType":"schema","type":"unknown"}

Required. The License Key issued by Melissa.

ssnstring required

Required. This is a string value containing the Social Security Number. All hyphens are ignored when submitting the SSN. We recommended using only numbers when submitting the SSN.

firststring required

Required. The given (first) name.

laststring required

Required. The family (last) name.

fullstring

Required. This field can contain a full name. We will parse and check Names only if the First Name and Last Name fields are left blank.

formatstring

Sets the format of the response.

Headers

Accept'application/json' | '*/*' required

Format of the response.

Content-Type'application/json' | 'application/xml' required

Format of the request.

Response

Successful response

TransmissionResultsstring

Lists error codes from any errors caused by the most recent request as a whole. For more information, see SSN Name Match Result Codes.

TransmissionReferencestring

A pass-through of the input TransmissionReference field.

Versionstring

The current service version number.

TotalRecordsstring

Total number of records.