Documentation Index
Fetch the complete documentation index at: https://docs.vellosim.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve all eSIMs purchased by your users with support for pagination, filtering by status or region, and search functionality. This endpoint is essential for building eSIM management dashboards and customer portals.Quick Start
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | number | 1 | Page number for pagination |
limit | number | 10 | Number of items per page (max: 100) |
The API returns complete eSIM objects with all details including QR codes, activation codes, and package information. Use client-side filtering for status, region, or search functionality.
Response Format
Response Fields
| Field | Type | Description |
|---|---|---|
esims | array | Array of eSIM objects with complete details |
esims[]._id | string | Unique eSIM identifier (use this for esimId in top-ups) |
esims[].iccid | string | Integrated Circuit Card ID |
esims[].transactionId | string | Purchase transaction identifier |
esims[].orderNo | string | Order reference number |
esims[].ac | string | Full LPA activation code |
esims[].qrCodeUrl | string | QR code image URL |
esims[].shortUrl | string | Short URL to QR code page |
esims[].esimStatus | string | eSIM status (GOT_RESOURCE, etc.) |
esims[].totalVolume | number | Total data in bytes |
esims[].data_usage_remain | number | Remaining data in bytes |
esims[].orderUsage | number | Data used in bytes |
esims[].totalDuration | number | Total validity period |
esims[].validity_usage_remain | number | Remaining validity days |
esims[].durationUnit | string | Time unit (DAY, MONTH, etc.) |
esims[].expiredTime | string | ISO 8601 expiry timestamp |
esims[].pin | string | SIM PIN code |
esims[].puk | string | SIM PUK code |
esims[].apn | string | Access Point Name |
esims[].packageDetails | object | Complete package information with coverage |
esims[].isActive | boolean | Whether eSIM is active |
esims[].createdAt | string | Creation timestamp |
esims[].updatedAt | string | Last update timestamp |
total | number | Total count of all eSIMs |
page | number | Current page number |
limit | number | Items per page |
totalPages | number | Total number of pages |
