# Certn API Documentation

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

### Nursing & Midwifery Council (NMC) Register

**Nursing & Midwifery Council (NMC) Register**

**Identifier:** `NURSING_MIDWIFERY_COUNCIL_REGISTER_1`

The Nursing & Midwifery Council (NMC) Register Check confirms whether an individual is registered to practice as a nurse, midwife, or nursing associate in the UK by verifying their registration status with the NMC. It surfaces registration details, practice conditions, and any publicly recorded restrictions or disciplinary outcomes, helping organisations ensure candidates meet UK regulatory requirements for healthcare roles.

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