---
title: "List all Jurisdictions"
method: GET
path: "/jurisdictions"
tags: ["Jurisdictions"]
---

# List all Jurisdictions

`GET /jurisdictions`

Returns a list of juristicions.

## Query parameters

- `countryCode` string
- `fallbackToFATF` boolean
- `division` string

## Response `200`

List of jurisdictions

- object[]
  - `thresholds` Threshold[], required
    - `rules` Rule[]
      - `type` string — Type of the Condition
      - `fields` Field[]
        - `field` string — Name of the Field
      - `conditions` Condition[]
        - `type` string — Type of the Condition
        - `fields` Field[]
          - `field` string — Name of the Field
        - `conditions` Condition[]
    - `threshold` number — Threshold of the rule
  - `countryCode` string, required — Country code in ISO 3166-1 alpha-2 format
  - `currency` string, required — Currency of the country

---

[API](https://skmtc.net/notabene/apis/notabene-api.md) · [All operations](https://skmtc.net/notabene/apis/notabene-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notabene/notabene-api/revisions/70056745a433/schema)
