History
Employment and education records to verify on the order.Fields
Example
Related schemas
- Verification request — Main verification request schema
- Employment history — Employment history structure
- Education history — Education history structure
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Employment and education records included on a verification order.
| Field | Required | Type | Description |
|---|---|---|---|
employment | No | object[] | Employment records to verify (employer, position, dates, optional contacts). See Employment history. |
education | No | object[] | Education records to verify (institution, credential, dates, optional contacts). See Education history. |
{
"employment": [
{
"employerName": "Tech Corp",
"position": "Software Engineer",
"employerEmail": "hr@techcorp.com",
"employerPhone": "+1-555-123-4567",
"startDate": "2020-01-15",
"endDate": "2023-06-30"
}
],
"education": [
{
"institutionName": "University of California",
"qualification": "Bachelor of Science in Computer Science",
"fieldOfStudy": "Computer Science",
"graduationDate": "2018-05-15",
"institutionContactEmail": "registrar@berkeley.edu",
"institutionContactPhone": "+1-510-642-6000"
}
]
}
