v1

latestOpenAPI 3.0.02026-07-14147.0 KB
veteran_confirmation_status

Get confirmation about an individual's Veteran status according to the VA

post/status

Request body

birth_datestring required

Birth date for the person of interest in any valid ISO8601 format

first_namestring required

First name for the person of interest

gender'M' | 'F'

Optional gender of M or F for the person of interest

last_namestring required

Last name for the person of interest

middle_namestring

Optional middle name for the person of interest

ssnstring required

Social Security Number for the person of interest with or without dashes

Example request

{
  "birth_date": "1965-01-01",
  "first_name": "John",
  "gender": "M",
  "last_name": "Doe",
  "middle_name": "Theodore",
  "ssn": "555-55-5555"
}

Response

Confirmation status successfully retrieved

veteran_status'confirmed' | 'not confirmed'

Whether the system could confirm the Veteran status of an individual based on traits

All 1 operations