Skip to main content

SearchTypeDto Schema

The SearchTypeDto defines the type of verification search to perform.

Required Fields

Search Type Options

EMPLOYMENT

Verifies employment history, job titles, dates of employment, and salary information.

EDUCATION

Verifies educational credentials, degrees, graduation dates, and academic achievements.

CRIMINAL

Performs comprehensive criminal compliance checks across specified jurisdictions.

Complete Example

{
  "searchType": "EMPLOYMENT"
}

Multiple Search Types

You can request multiple verification types in a single order:
[
  {
    "searchType": "EMPLOYMENT"
  },
  {
    "searchType": "EDUCATION"
  },
  {
    "searchType": "CRIMINAL"
  }
]

Validation Rules

  • Enum Validation: searchType must be one of the allowed values
  • Criminal Check: When CRIMINAL is included, criminalCheck configuration is required