---
title: "GetCountries"
method: GET
path: "/v2/GetCountries"
tags: ["Shipping"]
---

# GetCountries

`GET /v2/GetCountries`

Retrieves a list of countries with their codes. This endpoint is used to get available countries for shipping operations.

## Response `200`

Successful response

- object
  - `IsSuccess` boolean — Indicates if the request was successful
  - `Message` string — Response message
  - `FieldsErrors` unknown[] — List of validation errors if any
    - unknown
  - `Data` object[] — List of countries
    - `CountryCode` string — The country code that will be used in shipping addresses
    - `CountryName` string — The country name that will be displayed for your customer

---

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