# Certn API Documentation

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

### US Motor Vehicle Record

**US Motor Vehicle Record**

**Identifier:** `US_MOTOR_VEHICLE_RECORD_1`

A Motor Vehicle Record Check shows a copy of a candidate's driving record which may include license status, traffic citations and accident history as maintained by the selected state's Department of Motor Vehicles (DMV). This check is not currently available in Pennsylvania. Note that an additional state fee may apply.

### 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) |
