1. Home
  2. Docs
  3. API Reference
  4. Confirming a Veteran’s Status

Confirming a Veteran’s Status

Confirming a Veteran’s status is useful when determining if a person is a verified Veteran or not. An example of use for this endpoint is if your system needs to confirm that a customer is a veteran when to apply a coupon for a military discount. This can also be used to simply verify whether a person is a Veteran or not for employment purposes.

Register or Login to display Your API Key

POST

https://veteranverify.app/api/v1/veteran-confirmation/

Required Parameters

ParameterTypeDescription
apiKeystringYour API Key
firstNamestringThe person’s first name
middleNamestringThe person’s middle name
lastNamestringThe person’s last name
genderstring“M” or “F”
citystringPerson’s city
streetAddressLine1stringPerson’s address
birthDatemixedYYYY-MM-DD
zipCodeintPerson’s zipcode
statestringPerson’s state abbreviation. Example “OH”
countrystringPerson’s country. Example “USA”

Response

The response will be in JSON format.

ParameterDescription
idInternal reference id
veteran_status “confirmed” or “not confirmed”
resource_owner“VeteranVerify”

Error Response

in the event there is an error with the request, the system will return a 400 Response and the parameters “status” as false and provide a description of the error in the “description” parameter.

How can we help?