Education Verification Request V2

Overview

The Education Verification Request allows the submission of education details for an individual. When the manual verification flag is turned off, this API returns instant results.

The manual verification flag is used to enable/disable a manual verification fallback in case the instant API check fails.

How does manual verification work?

The manual verification fallback is triggered when the institutionName fails instant verification.

This could be either because the submitted data did not match the data we could access, or if no data was found for institutionName.

Request Body

When the manual verification flag is turned off

The required fields include:

  1. institutionName
  2. startDate
  3. degreeTitle
  4. manualVerification

Submission won't proceed without these fields.

When the manual verification flag is turned on

If manualVerification is set to true, additional details for manual verification must be provided under the property manualVerificationDetails.

These include:

  1. institutionAddress
  2. institutionAddressCity
  3. institutionAddressCountry
  4. institutionAddressState
  5. institutionAddressPostalCode
  6. currentlyAttending
  7. completedSuccessfully

Other parameters

In the parameters, 1 represents true and 0 represents false. For instance, setting completedSuccessfully to 1 indicates that the user has successfully completed and received a degree for the education entry, and vice versa.

Language
Credentials
Bearer
API KEY
Click Try It! to start a request and see the response here!