Overview
Retrieve the list of countries and regions where Vellosim eSIM packages are available. This is typically the first step in your purchase flow to let users select their destination.Quick Start
Response Format
The API returns an array of region objects:Response Fields
| Field | Type | Description |
|---|---|---|
code | string | ISO 3166-1 alpha-2 country/region code (e.g., “US”, “GB”) |
name | string | Display name for the region |
icon | string | URL to flag/icon image (320px width) |
logo | string | URL to logo image |
type | number | Region type: 1 for countries, 2 for continents/multi-country |
operatorList | array | List of network operators (if applicable) |
isActive | boolean | Whether the region is currently active |
createdAt | string | ISO 8601 timestamp of creation |
updatedAt | string | ISO 8601 timestamp of last update |
Filtering by Type
Get Only Single Countries
Get Only Multi-Country Plans
Type Values:
type=1returns single countriestype=2returns continents/multi-country packages
