Ensure the authenticity of educational credentials.
Our Education API provides two primary functionalities: submitting education details for verification and retrieving the verification status. This functionality is vital for clients who must ensure the authenticity of their userās educational credentials.
- Education Verification Request: Allows submitting an individual's education details. The required fields for this request include
institutionName
,startDate
,degreeTitle
, andmanualVerification
. IfmanualVerification
is set to true, additional information must be provided undermanualVerificationDetails
, such asinstitutionAddress
,institutionAddressCity
,institutionAddressCountry
,institutionAddressState
,institutionAddressPostalCode
,currentlyAttending
, andcompletedSuccessfully
. In our system,1
representstrue
, and0
representsfalse
.
For example, setting completedSuccessfully
to 1
indicates that the user has completed the education entry. The verification process may take time, and users can check the status through a corresponding API endpoint.
- Get Education Verification Result: Obtains an individual's education verification status of previously submitted entries. It is helpful for periodically polling the status, especially when verification requires a manual review. Please note that this endpoint is not included within the Android and iOS SDKs and is intended for server-side integrations only.
It's crucial to acknowledge that the data does not constitute a āconsumer reportā as defined under the FCRA. Thus, it should not be used for credit, employment, or other FCRA-regulated activities.