# Certn API Documentation

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

### UKDigiFraud

**UKDigiFraud**

**Identifier:** `UK_DIGI_FRAUD_1`

A UKDigiFraud check helps verify an individual's identity by uncovering any
history of identity fraud or suspicious activity. This check is a crucial part of our
identity verification process, aligning with the UK government's GPG45 guidelines.

UKDigiFraud cannot be ordered individually. It automatically runs when you order a
combination of Identity Verification with UK Right to Work and/or UK Criminal Checks.

**Note:** This check is ordered via invite or through a parent check. Applicant data is collected via the invite form and is not sent in the API request body.

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