---
title: "Get a specific Standard Applicant by code."
method: GET
path: "/standard-applicants/{code}"
tags: ["standard-applicants"]
---

# Get a specific Standard Applicant by code.

`GET /standard-applicants/{code}`

Returns a Standard Applicant record matching the supplied code without applying
lodgement-date effective filtering. Where multiple records share the same code,
the current active or latest record is selected using deterministic reference-data ordering.

## Path parameters

- `code` string, required

## Response `200`

Standard Applicant found

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `406` — Requested media type/version not acceptable.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/bea8e18804d7/schema)
