v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
SCRA & MLA

Scra Search

post/scra/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 nullable

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

date_of_intereststring date

The date queried to determine the status of the individual; to check whether the individual was actively serving, received a notice to serve, or was serving 367 days prior to the given date, or not. Date must be on or after 1985-09-30 and cannot be a future date. Default to today.

Example request

{
  "reference_id": "Search1234"
}

Response

Response

reference_idstring nullable

The reference ID associated with the search.

coveredboolean required

This indicates if any of the searches performed contained SCRA coverage

created_atstring date-time required

The datetime when the SCRA request was made

Example response

{
  "reference_id": "Search1234"
}