---
title: "List eSIM Regions"
method: GET
path: "/vaas/api/v1/esim/regions"
tags: ["eSIM", "eSIM"]
---

# List eSIM Regions

`GET /vaas/api/v1/esim/regions`

List all supported eSIM regions from the configured provider

## Response `200`

Successful Response

- ListRegionsResponseSchema
  - `status` boolean, required
  - `message` string, required
  - `data` RegionSchema[], required
    - `code` string, required
    - `name` string, required
    - `region_type` integer, nullable
    - `sub_locations` RegionSchema[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/payvessel/apis/payvessel-value-added-services-api.md) · [All operations](https://skmtc.net/payvessel/apis/payvessel-value-added-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payvessel/payvessel-value-added-services-api/revisions/31040a9358ef/schema)
