---
title: "List Country Codes"
method: GET
path: "/consumer/v1/customers/countries"
tags: ["Customers"]
---

# List Country Codes

`GET /consumer/v1/customers/countries`

Use this endpoint to return a **List of Countries with their associated Country Code**. Country codes are based on the 2-character ANSI standard. If your countries of operation are not currently listed, contact us at _**support@onsched.com**_.

## Response `200`

Success

- CountryViewModel[]
  - `object` string, nullable
  - `code` string, nullable
  - `name` string, nullable

---

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