Skip to content

List wallet-enabled eSIMs

Request

Lists all eSIMs for the organization with wallet metadata including mobile plan status, transaction count, and last transaction timestamp.

Security
ApiKeyAuth
Query
pagestring

Cursor returned by previous page (base64-encoded)

page_sizeinteger

Number of items per page

Default:10
GET
/v3/wallet/sims
curl -i -X GET \
  'https://api.tellisim.com/v3/wallet/sims?page=string&page_size=10&key=YOUR_API_KEY_HERE'

Responses

Successful response containing list of wallet-enabled eSIMs

Bodyapplication/json
errorbooleanrequired

Indicates whether an error occurred

Example:false
dataArray of objects(WalletSimMetadata)required

List of wallet-enabled eSIMs

next_pagestring or nullrequired
Example:null
One of:

Base64-encoded cursor for the next page (null if no more pages)

string
Response
{ "error": false, "data": [ {} ], "next_page": null }