v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
SCRA & MLA

Mla Search

post/mla/searches

Request body

certificateboolean

Indicates if DMDC certificate should be included in response. Defaults to False

reference_idstring nullable

An optional reference ID to associate with the search request.

first_namestring required

The first name of the person of interest

last_namestring required

The last name of the person of interest

middle_namestring nullable

The middle name of the person of interest

birth_datestring date required

The birth date of the person of interest. No dates before 1900-01-01 or in the future

ssnstring password required

The social security number of the person of interest

itinstring nullable

The Individual taxpayer identification number of the person of interest

Example request

{
  "reference_id": "Search1234"
}

Response

Response

reference_idstring nullable

The reference ID associated with the search.

coveredboolean required

Do any of the searches performed contained MLA coverage

created_atstring date-time required

The datetime when the MLA request was made

Example response

{
  "reference_id": "Search1234"
}