---
description: "This endpoint retrieves the complete list of countries where Sell operations are supported."
title: "Countries"
---

# Countries

> This endpoint retrieves the complete list of countries where Sell operations are supported.

```http
GET /channels/sell/countries
```

- `https://api.sandbox.noah.com/v1/channels/sell/countries` — V1 Sandbox Server
- `https://api.noah.com/v1/channels/sell/countries` — V1 Production Server

## Authentication

- `X-Api-Key`: Your Noah API key. Required on all requests. See [API Keys](/api-concepts/authentication/api).
- `Api-Signature`: Digitally signed JWT used to verify request authenticity. Optional in sandbox when your API key has no associated signing public key; required in production for all requests. If sent, the signature is always validated. See [Request Signing](/api-concepts/authentication/signing).

## Query parameters

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `CustomerID` | string | No | A unique ID which identifies the customer in the Business' internal system and in NOAH. (length 1-42) |

## Responses

### 200 — List of countries

#### `application/json`

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `(body)` | Record<string, string[]> | No |  |

### 400 — Bad request

### 401 — Client is not authorized to perform this action

### 500 — Internal server error

Error responses share one `Error` envelope across the whole API. See https://docs.noah.com/api-concepts/errors.md for its fields, the `Type` values, and the field-level validation details in `RequestExtension` and `DenyExtension`.

## See also

- Rendered reference: https://docs.noah.com/api-reference/countries
- OpenAPI document: https://docs.noah.com/files/oas-schema.generated.json
