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/regions \ --header 'api-key: <api-key>' \ --header 'api-secret: <api-key>'
{ "status": true, "message": "<string>", "data": [ { "code": "<string>", "name": "<string>", "region_type": 123, "sub_locations": "<array>" } ] }
List all supported eSIM regions
Successful Response
Show child attributes