---
title: "Returns a list of allowed countries for mobile delivery"
method: GET
path: "/mobileCountries"
tags: ["13. Countries"]
---

# Returns a list of allowed countries for mobile delivery

`GET /mobileCountries`

## Response `200`

OK

- MobileCountryView
  - `isoCode` string
  - `countryName` string
  - `countryCode` string
  - `languageCode` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
