Verification targets
The Truework API supports verification requests for two types of targets:
- Target employer: Verification requests targeting a specific applicant at a specified employer.
- Employer search: Verification requests targeting a specific applicant at any employer.
Target employer
A target employer order will verify the target’s employment only at the employer that is specified as the target when the order is created. This order type supports all verification methods, and will return results asynchronously.
To verify a specific employer, use the target employer order endpoint POST /orders/target-employer
.
Employer search
An employer search order can find multiple employment records for a given applicant. It only supports Truework Instant, and will return results synchronously. Results can be filtered to include any employers, current employers only, or previous employers only.
To find employments for an applicant without specifying an employer, use the employer search order endpoint POST /orders/employer-search
.