---
title: "Get top-up packages for ICCID"
method: GET
path: "/api/v1/esim/topup-packages"
tags: ["eSIM"]
---

# Get top-up packages for ICCID

`GET /api/v1/esim/topup-packages`

Returns add-on data packages compatible with an existing eSIM. Pass the eSIM's ICCID from a prior purchase, `GET /api/v1/esim/my-esims`, or `GET /api/v1/esim/details/{transactionId}`. Purchase a returned `packageCode` via `POST /api/v1/esim/purchase`.

## Query parameters

- `iccid` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.net/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/versions/99437f87d687/schema)
