---
title: "GET /countries"
method: GET
path: "/countries"
tags: ["Marketplaces"]
---

# GET /countries

`GET /countries`

## Query parameters

- `limit` integer
- `offset` integer
- `id` string
- `name` string

## Response `200`

- DpCountry[]
  - `id` string, required
  - `name` string
  - `icon` string, binary
  - `prefix` string

---

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