# Certn API Documentation

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

### Solicitors Regulation Authority Register

**Solicitors Regulation Authority Register**

**Identifier:** `SOLICITORS_REGULATION_AUTHORITY_1`

The Solicitors Regulation Authority (SRA) Register Check identifies whether a solicitor or law firm is authorised to practise in England & Wales by confirming their registration and professional status with the SRA. It provides visibility into practising status, firm associations, and any publicly recorded regulatory decisions.

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