post https://api-v3.authenticating.com/education/v2/verify
The Education Verification Request allows the submission of education details for an individual. Verification status can be checked through another API, as verification processing may take time.
The required fields include institutionName
, startDate
, degreeTitle
, and manualVerification
. Submission won't proceed without these fields.
If manualVerification
is set to true, additional details for manual verification must be provided under the property manualVerificationDetails
. These include:
institutionAddress
institutionAddressCity
institutionAddressCountry
institutionAddressState
institutionAddressPostalCode
currentlyAttending
completedSuccessfully
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.