# Certn API Documentation

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

### Canadian Driver’s Abstract

**Canadian Driver’s Abstract**

**Identifier:** `CA_DRIVER_ABSTRACT_1`

The Driver Abstract Check provides information from the selected province about a candidate’s license status, driving history, traffic violations, accident involvement, and any merit or demerit points. The details returned vary by province. This check is not currently available in Alberta or Quebec. Note that additional fees 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) |
