VeloeSIM API
    • VeloeSIM
      • Plans
        • getAllPlans
        • getOnePlan
      • Organizations
        • getMyOrganization
      • Orders
        • orderOne
      • Esims
        • getAllEsims
        • getOneEsim
        • getEsimTopUpPlans
        • topUpEsim
    • Schemas
      • Plan
      • PlansListResponse
      • Organization
      • OrderRequest
      • TopUpRequest
      • Esim
      • EsimsListResponse
      • Area
      • Network
      • AssignedPlan
      • AreaSimple

    Esim

    {
        "iosSetup": "https://esimsetup.apple.com/esim_qrcode_provisioning?carddata=LPA:1$address.test$K2-22XXXX-LCIUXQ",
        "iccid": "8937204016163448888",
        "matchingId": "K2-22XXXX-LCIUXQ",
        "smdpAddress": "address.test",
        "profileStatus": "RELEASED",
        "installedAt": "2019-08-24T14:15:22.123Z",
        "assignedPlans": [
            {
                "id": 89,
                "planId": 5,
                "initialQuantityInBytes": 1000000000,
                "remainingQuantityInBytes": 1000000000,
                "startTime": "2019-08-24T14:15:22.123Z",
                "endTime": "2019-08-24T14:15:22.123Z",
                "isExpired": false,
                "areas": [
                    {
                        "id": 49,
                        "name": "Greece",
                        "region": "Europe",
                        "iso": "GR"
                    }
                ]
            }
        ]
    }
    Built with