---
title: "eSIM Profiles"
method: GET
path: "/assets/{asset_id}/alpon/esim"
tags: ["ALPON"]
---

# eSIM Profiles

`GET /assets/{asset_id}/alpon/esim`

Retrieve all eSIM profiles of the ALPON device.

**Possible Error Codes:**
- **AssetNotFound:** The asset with the specified ID was not found.
- **AssetNotAlponDevice:** The device is not an ALPON device.

## Path parameters

- `asset_id` string, required — Serial Number, UUID, SIM SID or SIM ICCID

## Response `200`

Successful Response

- EsimProfilesResponseModel
  - `eid` string — EID of the device.
  - `profiles` EsimProfileModel[], required — List of eSIM profiles.
    - `name` string, required — Name of the eSIM profile.
    - `apn` string, required — APN of the eSIM profile.
    - `vendor` string, required — Vendor of the eSIM profile.
    - `enabled` boolean, required — Is the eSIM profile enabled.
    - `iccid` string, required — ICCID of the eSIM profile.
    - `aid` string — Application ID of the eSIM profile.

## Other responses

- `400` — Device is not an ALPON device
- `404` — Asset not found
- `422` — Validation Error

---

[API](https://skmtc.net/sixfab/apis/sixfab-developer-api.md) · [All operations](https://skmtc.net/sixfab/apis/sixfab-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sixfab/sixfab-developer-api/versions/24ad88fd2124/schema)
