---
title: "Remote Terminal Access Code"
method: GET
path: "/assets/{asset_id}/alpon/terminal/access-code"
tags: ["ALPON"]
---

# Remote Terminal Access Code

`GET /assets/{asset_id}/alpon/terminal/access-code`

<span style="background:#FF7043;color:white;padding:2px 8px;border-radius:4px;font-size:0.85em;font-weight:bold;">Public Beta Access</span>

Generates a time-based one-time password (operates on 60-second time windows) for the ALPON terminal associated with the given asset.

After calling this endpoint, the response will contain an "accessCode" and "assetID" for the specified asset.
To use the generated access code, navigate to the following URL, replacing `asset` and `accessCode` with the appropriate values:
    
    https://connect.sixfab.com/#/terminal?asset=<assetID>&accessCode=<accessCode>

Example:
    
    https://connect.sixfab.com/#/terminal?asset=someAssetID123&accessCode=123456

## Path parameters

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

## Response `200`

TOTP code generated successfully

- unknown

## Other responses

- `400` — Error generating TOTP
- `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)
