Usage
Response fields
Each region includes:
Use the
code value as the location_code filter when listing packages.
API Reference
Full request/response details and Try it
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all supported eSIM regions and countries
curl https://api.payvessel.com/vaas/api/v1/esim/regions \
-H "api-key: YOUR_API_KEY" \
-H "api-secret: YOUR_SECRET_KEY"
| Field | Type | Description |
|---|---|---|
code | string | Region/country code (e.g. US, EU) |
name | string | Display name (e.g. “United States”, “Europe”) |
region_type | integer or null | Type identifier for the region |
sub_locations | array | Nested sub-regions (same structure, recursive) |
code value as the location_code filter when listing packages.
