# Certn API Documentation

> Source: https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATIONS_1

### Employment Verification

**Employment Verification**

**Identifier:** `EMPLOYMENT_VERIFICATIONS_1`

Employment verification confirms the dates and positions of employment for each employer as listed by the applicant. Current employers are contacted only if given permission to do so. The standard process includes at least three (3) attempts to obtain the requested information per employer. Note that an additional fee may apply directly from the employer or their third party data custodian.

**Ordering methods:** Invite, Quickscreen

### Child Checks

| Check | Description | Via parent only | Docs |
|-------|-------------|------------------|------|
| `EMPLOYMENT_VERIFICATION_MANUAL_1` | Employment Verification | Yes | [Open](https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATION_MANUAL_1) |
| `EMPLOYMENT_VERIFICATION_MANUAL_US_1` | Employment Verification | Yes | [Open](https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATION_MANUAL_US_1) |
| `EMPLOYMENT_VERIFICATION_DIRECT_TO_SOURCE_1` | Employment Verification | Yes | [Open](https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATION_DIRECT_TO_SOURCE_1) |
| `GAP_STATEMENT_1` | Applicant's statement for a gap in employment/education history. | Yes | [Open](https://centric-api-docs.certn.co/#check-GAP_STATEMENT_1) |
| `GAP_REFERENCE_1` | Reference verification for a gap in employment/education history. | Yes | [Open](https://centric-api-docs.certn.co/#check-GAP_REFERENCE_1) |

Full details and **Try it** for each child: [`EMPLOYMENT_VERIFICATION_MANUAL_1`](https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATION_MANUAL_1), [`EMPLOYMENT_VERIFICATION_MANUAL_US_1`](https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATION_MANUAL_US_1), [`EMPLOYMENT_VERIFICATION_DIRECT_TO_SOURCE_1`](https://centric-api-docs.certn.co/#check-EMPLOYMENT_VERIFICATION_DIRECT_TO_SOURCE_1), [`GAP_STATEMENT_1`](https://centric-api-docs.certn.co/#check-GAP_STATEMENT_1), [`GAP_REFERENCE_1`](https://centric-api-docs.certn.co/#check-GAP_REFERENCE_1)

### Response

**201 Created** — Successfully ordered. Use the returned `id` to retrieve the full case via `GET /api/public/cases/{id}/`.

### Error codes

| Status | Type | Description |
|--------|------|-------------|
| 400 | `validation_error` | Invalid request data |
| 401 | `client_error` | Authentication failed |
| 403 | `client_error` | Permission denied |
| 422 | `validation_error` | Request validation failed (e.g. missing required fields) |
