---
title: "GET /api/v1.0/apps/supportedcountries"
method: GET
path: "/api/v1.0/apps/supportedcountries"
tags: ["Apps"]
---

# GET /api/v1.0/apps/supportedcountries

`GET /api/v1.0/apps/supportedcountries`

## Response `200`

OK

- RestApiArrayResultSupportedCountry — Rest api array result
  - `Data` SupportedCountry[], required — Generic data object.
    - `CountryCode` string — Country code
    - `Name` string — Nice display name for a country
    - `PhoneCode` integer — Country internatinoal phone code prefix
    - `LanguageCode` string — Language code
    - `LanguageName` string — Language name
    - `OtpNumber` string — The phone number provided to Store staff which, in conjunction with a one-time-code, will connect them to the customer.
    - `SupportNumber` string — The store's support phone number, displayed to customers.
    - `AddressLayout` 'BuildingFirst' | 'AddressFirst' | 'FullStreetAddressFirst' — Address layout format. This changes the layout of address entry forms on the web app, iOS and Android app and should be set based on local custom.
    - `PostCodeType` 'None' | 'PostCode' | 'Zip' — Post code type
    - `SupportRegion` 'Default' | 'Spain' | 'Benelux' — Supported region. This is not used.

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

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