First Post Request

https://api.galaxysearchapi.com/eIDV/eAgeComply/KBAIDV

Make an HTTPS POST request with the following body parameters to find out if the person in question has provided valid identity attributes and to receive the quiz to present. You will receive a response with the quiz questions.
If any of the provided identity attributes provided did not match, you will know during this initial call. Then present the quiz to the user and take their answers and populate them in the second POST request to get the final result.

Request Body Parameters

Sample Request

Response

The base ruleset will return a PASS when:

  • A match is found
  • The target is not deceased
  • The target has provided all valid identity attributes
  • The user has answered enough questions correctly to pass the quiz

The base ruleset will return a REVIEW when:

  • A match is found
  • The target is not deceased
  • The target's identity attributes do not all match or they failed the quiz

The base ruleset will return a PENDING when:

  • A match found
  • The target is not deceased
  • Questions are returned, but not answered yet

The base ruleset will return a FAIL when:

  • A match is not found or
  • The target is deceased
  • In this case no questions will be provided.

Errors/Warnings