---
title: "Get Countries"
method: GET
path: "/utilities/countries"
tags: ["Country"]
---

# Get Countries

`GET /utilities/countries`

Gets a list of Countries.

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string

## Headers

- `x-api-key` string, required

## Response `200`

countries

- ResponseCountries — countries id andname
  - `countries` CountryDTO[], required — countries id and name
    - `country_id` integer, required — Record Identifier
    - `country` string, required — country name
  - `pagination` Pagination, required — Pagination for API method responses.
    - `page` integer, required — Current page number.
    - `page_size` integer, required — Number of records per page.
    - `has_more` boolean, required — True if more records exist beyond the current page.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
