---
title: "List Allowed Countries"
method: GET
path: "/list/{country}"
---

# List Allowed Countries

`GET /list/{country}`

Get the list of allowed countries of residence, citizenship and source of funds.

## Path parameters

- `country` string, required

## Query parameters

- `type` string, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- union
  - object
    - `status` integer
    - `doc` object[]
      - `country` string
      - `countryName` string
      - `countryCode2` string
  - object
    - `status` integer
    - `doc` object[]
      - `citizenship` string
      - `citizenshipName` string
      - `citizenshipCode2` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
