---
title: "Get eSIM details"
method: GET
path: "/api/v1/esim/details/{transactionId}"
tags: ["eSIM"]
---

# Get eSIM details

`GET /api/v1/esim/details/{transactionId}`

Returns QR code, ICCID, activation code, and live status for one eSIM. Pass Mongo `_id`, `tranxId`, or `customerRef` from the purchase. Response `data` is the eSIM object only.

## Path parameters

- `transactionId` 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/revisions/99437f87d687/schema)
