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

    Area

    {
        "id": 5,
        "name": "Colombia",
        "region": "South America",
        "iso": "CO",
        "networks": [
            {
                "name": "Colombia Mobil S.A.",
                "brandName": "Tigo",
                "mcc": "732",
                "mnc": "103",
                "tagid": "COLCO",
                "speed": [
                    "2G",
                    "3G",
                    "4G"
                ]
            }
        ]
    }
    Built with