Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.payvessel.com/api/v1/esim/packages \ --header 'api-key: <api-key>' \ --header 'api-secret: <api-key>'
{ "status": true, "message": "<string>", "data": [ { "package_code": "<string>", "name": "<string>", "currency_code": "<string>", "price_units": 123, "price_usd": 123, "volume_bytes": 123, "duration": 123, "duration_unit": "<string>", "location": "<string>", "slug": "<string>", "retail_price_units": 123, "retail_price_usd": 123, "description": "<string>", "active_type": 123, "favorite": true, "speed": "<string>", "sms_status": 123, "data_type": 123, "unused_valid_time": 123, "location_networks": [ { "location_name": "<string>", "location_logo": "<string>", "operators": [ { "operator_name": "<string>", "network_type": "<string>" } ] } ] } ] }
List available eSIM packages with optional filters
Successful Response
Show child attributes