---
title: "Get jurisdiction by code"
method: GET
path: "/api/v1/jurisdictions/{code}"
tags: ["Jurisdictions"]
---

# Get jurisdiction by code

`GET /api/v1/jurisdictions/{code}`

Returns the descriptor for a single registered jurisdiction profile. Public (no tenant scope).

## Path parameters

- `code` string, required — ISO 3166-1 alpha-2 jurisdiction code (e.g. BR, XX).

## Response `200`

OK

- GetJurisdictionResponse
  - `data` JurisdictionDTO, required
    - `code` string, required — ISO 3166-1 alpha-2 jurisdiction identifier (e.g. BR, XX).
    - `displayName` string, required — Human-readable profile name (e.g. Brazil).
    - `profileVersion` string, required — Semver version string of the compiled profile definition, stamped onto schedule_versions and cet_disclosures for audit replay.
    - `status` string, required — Profile lifecycle status: one of active, preview, or disabled. Registered profiles default to active in the MVP.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
