Lists all eSIMs for the organization with wallet metadata including mobile plan status, transaction count, and last transaction timestamp.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/wallet/sims?page=string&page_size=10&key=YOUR_API_KEY_HERE'Successful response containing list of wallet-enabled eSIMs
Response
{ "error": false, "data": [ { … } ], "next_page": null }