Applies or removes the organization's mobile plan from an eSIM. When applying, an eSIM can be auto-selected if ICCID is not provided.
Security
ApiKeyAuth
POST
curl -i -X POST \
'https://api.tellisim.com/v3/wallet/mobile-plan?key=YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"apply": true,
"label": "Green",
"iccid": "8948010010036795085"
}'Response
- number
- null
{ "error": false, "data": { "iccid": "8948010010036795085", "mobile_plan_applied": true, "id": 3 } }