This endpoint retrieves a list of SIMs(both eSIMs and physical sim cards) associated with organization.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/sims?page_size=string&page=string&is_esim=true&label=Green&key=YOUR_API_KEY_HERE'Successful response containing a list of SIMs
Response
{ "error": false, "data": [ { … } ], "next_page": "MQ==" }