# Certn API Documentation

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

### ASIC Enforceable Undertakings Register

**ASIC Enforceable Undertakings Register**

**Identifier:** `ASIC_ENFORCEABLE_UNDERTAKINGS_REGISTER_1`

An ASIC Enforceable Undertakings Check identifies whether an individual has entered into a legally binding enforceable undertaking with the Australian Securities and Investments Commission (ASIC). Enforceable undertakings are regulatory actions used by ASIC to address misconduct or compliance failures, requiring parties to commit to specific remedial actions instead of court proceedings.

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