---
title: "Get countries"
method: GET
path: "/data/countries"
tags: ["Data"]
---

# Get countries

`GET /data/countries`

Returns the list of countries where Hub2 is available

## Query parameters

- `method` 'mobile_money' | 'credit_card' | 'bank_transfer'

## Response `200`

- CountryDto[]
  - `id` string, required — Id of the country
  - `code` string, required — The code of the country. Follows the ISO 3166-1 alpha-2
  - `name` string, required — Name of the country

## Other responses

- `400` — Bad Request
- `500` — Internal error

---

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